-
Notifications
You must be signed in to change notification settings - Fork 134
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
Facing a problem with data_root #4
Comments
it expects an existing folder |
me too have the same error |
You probably not using python3. |
Same for me.. |
I had the same issue. In my case, it occurred due to different python versions. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am facing a problem with the -data_root argument. I wanted to know what exactly is expected over there?
Here is the command that I ran in the command prompt
python ./downloader.py -data_root f:\imagenet -number_of_classes 100
I thought it was a problem with how I wrote the syntax so I wrote the command without any arguments so it can take default values. I still got the same error
python ./downloader.py
The text was updated successfully, but these errors were encountered: