You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WARNING:tensorflow:From 2.py:17: read_data_sets (from tensorflow.contrib.learn.python.learn.datasets.mnist) is deprecated and will be removed in a future version.
Instructions for updating:
Please use alternatives such as official/mnist/dataset.py from tensorflow/models.
Do I need to fix the WARNING?
Thanks
The text was updated successfully, but these errors were encountered:
No,This is related to the version of tensorflow . I guess it will remove this warning in next version of tensorflow. But in next version this model will change.
While I'm trying to run the the Convolutional Neural Network example, I got the following WARNING:
WARNING:tensorflow:From 2.py:17: read_data_sets (from tensorflow.contrib.learn.python.learn.datasets.mnist) is deprecated and will be removed in a future version.
Instructions for updating:
Please use alternatives such as official/mnist/dataset.py from tensorflow/models.
Do I need to fix the WARNING?
Thanks
The text was updated successfully, but these errors were encountered: