提交 f633dd97 编写于 作者: N Neal Wu 提交者: GitHub

Merge pull request #1851 from TJCVRS/master

modified the last line in download_and_convert_data.py scripts
......@@ -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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册