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
When attempting to run the mnist_distributed.py example with TensorFlow 2.3 (per the README) I get the following error:
from tensorflow.examples.tutorials.mnist import input_data
Traceback (most recent call last):
File "", line 1, in
ModuleNotFoundError: No module named 'tensorflow.examples.tutorials'
The text was updated successfully, but these errors were encountered:
bradmiro
changed the title
tensorflow mnist_distributed.py does not work with 2.3
tensorflow mnist_distributed.py does not work with TF 2.3
Dec 14, 2020
When attempting to run the mnist_distributed.py example with TensorFlow 2.3 (per the README) I get the following error:
It looks like this module was removed: tensorflow/tensorflow#32790
Using
mnist_keras_distributed.py
worked.The text was updated successfully, but these errors were encountered: