Skip to content

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

@bradmiro

Description

@bradmiro

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions