-
Notifications
You must be signed in to change notification settings - Fork 134
Open
Description
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
File "./downloader.py", line 35
logging.error(f'folder {args.data_root} does not exist! please provide existing folder in -data_root arg!')
^
SyntaxError: invalid syntax
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
Metadata
Metadata
Assignees
Labels
No labels