"git@developer.sourcefind.cn:modelzoo/resnet50_tensorflow.git" did not exist on "f74ae662a20e09a6741eaba307ac392ac67d9657"
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(_): ...@@ -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