"torchvision/models/vscode:/vscode.git/clone" did not exist on "f9c4fdf956ba55dd893f8f4a37d986845cdd52b8"
Commit f633dd97 authored by Neal Wu's avatar Neal Wu Committed by GitHub
Browse files

Merge pull request #1851 from TJCVRS/master

modified the last line in download_and_convert_data.py scripts
parents 5dfce9a7 89b5c296
...@@ -67,7 +67,7 @@ def main(_): ...@@ -67,7 +67,7 @@ def main(_):
download_and_convert_mnist.run(FLAGS.dataset_dir) download_and_convert_mnist.run(FLAGS.dataset_dir)
else: else:
raise ValueError( raise ValueError(
'dataset_name [%s] was not recognized.' % FLAGS.dataset_dir) 'dataset_name [%s] was not recognized.' % FLAGS.dataset_name)
if __name__ == '__main__': if __name__ == '__main__':
tf.app.run() 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