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
代码如下 Traceback (most recent call last): File "mnist_softmax.py", line 40, in <module> mnist = input_data.read_data_sets(FLAGS.data_dir, one_hot=True) File "/home/liushiyao/tensorflow-train/mnist/input_data.py", line 201, in read_data_sets local_file = maybe_download(TRAIN_IMAGES, train_dir) File "/home/liushiyao/tensorflow-train/mnist/input_data.py", line 38, in maybe_download if not tf.gfile.Exists(work_directory): AttributeError: 'module' object has no attribute 'gfile'
The text was updated successfully, but these errors were encountered:
代码如下
Traceback (most recent call last): File "mnist_softmax.py", line 40, in <module> mnist = input_data.read_data_sets(FLAGS.data_dir, one_hot=True) File "/home/liushiyao/tensorflow-train/mnist/input_data.py", line 201, in read_data_sets local_file = maybe_download(TRAIN_IMAGES, train_dir) File "/home/liushiyao/tensorflow-train/mnist/input_data.py", line 38, in maybe_download if not tf.gfile.Exists(work_directory): AttributeError: 'module' object has no attribute 'gfile'
The text was updated successfully, but these errors were encountered: