Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tensorflow mnist_distributed.py does not work with TF 2.3 #492

Open
bradmiro opened this issue Dec 14, 2020 · 0 comments
Open

tensorflow mnist_distributed.py does not work with TF 2.3 #492

bradmiro opened this issue Dec 14, 2020 · 0 comments

Comments

@bradmiro
Copy link

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: tensorflow/tensorflow#32790

Using mnist_keras_distributed.py worked.

@bradmiro 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant