Commit 89b5c296 authored by howard327's avatar howard327
Browse files

modified the last line in download_and_convert_data.py scripts

parent 46ef4860
......@@ -67,7 +67,7 @@ def main(_):
download_and_convert_mnist.run(FLAGS.dataset_dir)
else:
raise ValueError(
'dataset_name [%s] was not recognized.' % FLAGS.dataset_dir)
'dataset_name [%s] was not recognized.' % FLAGS.dataset_name)
if __name__ == '__main__':
tf.app.run()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment