-
Notifications
You must be signed in to change notification settings - Fork 116
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
docopt #45
Comments
its ok now.. the reason was i put the following lines in the original code as comment. |
Could anyone write the arguments emplpyed from command line (specialized for docopt usage)? executing train.py outputs
Is it possible to debug the code when docopt is used? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
Do you have a suggestion on how i can solve this?
I installed the latest version: docopt-0.6.2.tar.gz
Cheers,
sinem.
The text was updated successfully, but these errors were encountered: