-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mac Python3.7,在运行train_image_classifier.py这一步时,总是出现这个报错,是什么原因,该如何处理 #75
Comments
我的也是这样 怎么解决? |
没有设置dataset_dir参数 |
@jiashihuigithub |
|
各个参数之间没有换行吧?有这个文件夹吧? |
@jiashihuigithub python train_image_classifier.py |
这些命令要在哪里输入呢? |
Traceback (most recent call last):
File "/Volumes/Working/download/Deep-Learning-21-Examples-master/chapter_3/slim/train_image_classifier.py", line 573, in
tf.app.run()
File "/usr/local/lib/python3.7/site-packages/tensorflow/python/platform/app.py", line 125, in run
_sys.exit(main(argv))
File "/Volumes/Working/download/Deep-Learning-21-Examples-master/chapter_3/slim/train_image_classifier.py", line 382, in main
raise ValueError('You must supply the dataset directory with --dataset_dir')
ValueError: You must supply the dataset directory with --dataset_dir
The text was updated successfully, but these errors were encountered: