-
Notifications
You must be signed in to change notification settings - Fork 115
Open
Description
Hi to all!
I have never used docopt package before. To be able to execute the train.py file, which argument should I input to docstr variable? Im getting an error at "args = docopt(docstr, version='v0.1')"
The error I get is as belows:
File "/media/sinem/LENOVO/deeplab-resnet-pytorch/train.py", line 41, in <module>
args = docopt(docstr, version='v0.1')
File "/usr/local/lib/python2.7/dist-packages/docopt.py", line 558, in docopt
DocoptExit.usage = printable_usage(doc)
File "/usr/local/lib/python2.7/dist-packages/docopt.py", line 468, in printable_usage
raise DocoptLanguageError('"usage:" (case-insensitive) not found.')
docopt.DocoptLanguageError: "usage:" (case-insensitive) not found.
Do you have a suggestion on how i can solve this?
I installed the latest version: docopt-0.6.2.tar.gz
Cheers,
sinem.
Metadata
Metadata
Assignees
Labels
No labels