-
Notifications
You must be signed in to change notification settings - Fork 16
Description
Success consists of going from failure to failure without loss of enthusiasm.
Here are the warnings I get:
RESTART: d\lstm_sin_rev1.py
1
WARNING:tensorflow:From \AppData\Local\Programs\Python\Python35\lib\site-packages\tensorflow\contrib\learn\python\learn\monitors.py:322: BaseMonitor.init (from tensorflow.contrib.learn.python.learn.monitors) is deprecated and will be removed after 2016-12-05.
Instructions for updating:
Monitors are deprecated. Please use tf.train.SessionRunHook.
WARNING:tensorflow:From \AppData\Local\Programs\Python\Python35\lib\site-packages\tensorflow\contrib\learn\python\learn\models.py:107: mean_squared_error_regressor (from tensorflow.contrib.learn.python.learn.ops.losses_ops) is deprecated and will be removed after 2016-12-01.
Instructions for updating:
Use tf.contrib.losses.mean_squared_error and explicit logits computation.
WARNING:tensorflow:From \AppData\Local\Programs\Python\Python35\lib\site-packages\tensorflow\contrib\learn\python\learn\ops\losses_ops.py:39: mean_squared_error (from tensorflow.contrib.losses.python.losses.loss_ops) is deprecated and will be removed after 2016-12-30.
Instructions for updating:
Use tf.losses.mean_squared_error instead.
WARNING:tensorflow:From \AppData\Local\Programs\Python\Python35\lib\site-packages\tensorflow\contrib\losses\python\losses\loss_ops.py:530: compute_weighted_loss (from tensorflow.contrib.losses.python.losses.loss_ops) is deprecated and will be removed after 2016-12-30.
Instructions for updating:
Use tf.losses.compute_weighted_loss instead.
WARNING:tensorflow:From \AppData\Local\Programs\Python\Python35\lib\site-packages\tensorflow\contrib\losses\python\losses\loss_ops.py:151: add_loss (from tensorflow.contrib.losses.python.losses.loss_ops) is deprecated and will be removed after 2016-12-30.
Instructions for updating:
Use tf.losses.add_loss instead.
Warning (from warnings module):
File "\AppData\Local\Programs\Python\Python35\lib\site-packages\tensorflow\python\util\deprecation.py", line 247
equality = a == b
FutureWarning: comparison to None will result in an elementwise object comparison in the future.
WARNING:tensorflow:From \AppData\Local\Programs\Python\Python35\lib\site-packages\tensorflow\contrib\learn\python\learn\monitors.py:712: calling BaseEstimator.evaluate (from tensorflow.contrib.learn.python.learn.estimators.estimator) with y is deprecated and will be removed after 2016-12-01.
Instructions for updating:
Estimator is decoupled from Scikit Learn interface by moving into
separate class SKCompat. Arguments x, y and batch_size are only
available in the SKCompat class, Estimator will only accept input_fn.
Example conversion:
est = Estimator(...) -> est = SKCompat(Estimator(...))
WARNING:tensorflow:From \AppData\Local\Programs\Python\Python35\lib\site-packages\tensorflow\contrib\learn\python\learn\monitors.py:712: calling BaseEstimator.evaluate (from tensorflow.contrib.learn.python.learn.estimators.estimator) with x is deprecated and will be removed after 2016-12-01.
Instructions for updating:
Estimator is decoupled from Scikit Learn interface by moving into
separate class SKCompat. Arguments x, y and batch_size are only
available in the SKCompat class, Estimator will only accept input_fn.
Example conversion:
est = Estimator(...) -> est = SKCompat(Estimator(...))
WARNING:tensorflow:From \AppData\Local\Programs\Python\Python35\lib\site-packages\tensorflow\contrib\learn\python\learn\models.py:107: mean_squared_error_regressor (from tensorflow.contrib.learn.python.learn.ops.losses_ops) is deprecated and will be removed after 2016-12-01.
Instructions for updating:
Use tf.contrib.losses.mean_squared_error and explicit logits computation.
WARNING:tensorflow:From \AppData\Local\Programs\Python\Python35\lib\site-packages\tensorflow\contrib\learn\python\learn\ops\losses_ops.py:39: mean_squared_error (from tensorflow.contrib.losses.python.losses.loss_ops) is deprecated and will be removed after 2016-12-30.
Instructions for updating:
Use tf.losses.mean_squared_error instead.
WARNING:tensorflow:From \AppData\Local\Programs\Python\Python35\lib\site-packages\tensorflow\contrib\losses\python\losses\loss_ops.py:530: compute_weighted_loss (from tensorflow.contrib.losses.python.losses.loss_ops) is deprecated and will be removed after 2016-12-30.
Instructions for updating:
Use tf.losses.compute_weighted_loss instead.
WARNING:tensorflow:From \AppData\Local\Programs\Python\Python35\lib\site-packages\tensorflow\contrib\losses\python\losses\loss_ops.py:151: add_loss (from tensorflow.contrib.losses.python.losses.loss_ops) is deprecated and will be removed after 2016-12-30.
Instructions for updating:
Use tf.losses.add_loss instead.
WARNING:tensorflow:Skipping summary for global_step, must be a float or np.float32.
(999, 1, 1)
(999, 1)
WARNING:tensorflow:From \AppData\Local\Programs\Python\Python35\lib\site-packages\tensorflow\contrib\learn\python\learn\models.py:107: mean_squared_error_regressor (from tensorflow.contrib.learn.python.learn.ops.losses_ops) is deprecated and will be removed after 2016-12-01.
Instructions for updating:
Use tf.contrib.losses.mean_squared_error and explicit logits computation.
WARNING:tensorflow:From \AppData\Local\Programs\Python\Python35\lib\site-packages\tensorflow\contrib\learn\python\learn\ops\losses_ops.py:39: mean_squared_error (from tensorflow.contrib.losses.python.losses.loss_ops) is deprecated and will be removed after 2016-12-30.
Instructions for updating:
Use tf.losses.mean_squared_error instead.
WARNING:tensorflow:From \AppData\Local\Programs\Python\Python35\lib\site-packages\tensorflow\contrib\losses\python\losses\loss_ops.py:530: compute_weighted_loss (from tensorflow.contrib.losses.python.losses.loss_ops) is deprecated and will be removed after 2016-12-30.
Instructions for updating:
Use tf.losses.compute_weighted_loss instead.
WARNING:tensorflow:From \AppData\Local\Programs\Python\Python35\lib\site-packages\tensorflow\contrib\losses\python\losses\loss_ops.py:151: add_loss (from tensorflow.contrib.losses.python.losses.loss_ops) is deprecated and will be removed after 2016-12-30.
Instructions for updating:
Use tf.losses.add_loss instead.