TonY icon indicating copy to clipboard operation
TonY copied to clipboard

tensorflow mnist_distributed.py does not work with TF 2.3

Open bradmiro opened this issue 4 years ago • 0 comments

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'

It looks like this module was removed: https://github.com/tensorflow/tensorflow/issues/32790

Using mnist_keras_distributed.py worked.

bradmiro avatar Dec 14 '20 20:12 bradmiro