We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When executing watermark on RASBT-STAT453 notebook with... %watermark -a 'Sebastian Raschka' -v -p torch
%watermark -a 'Sebastian Raschka' -v -p torch
Get error message... UsageError: unrecognized arguments: Raschka and no other watermark info.
UsageError: unrecognized arguments: Raschka
Simple work-around is to insert underscore between first/last names.
Using VS Code 1.60.2 notebook with Python 3.8 & Torch 7.26 under Win10. Installed watermark-2.2.0 with conda from conda-forge.
The text was updated successfully, but these errors were encountered:
Thanks for the note, Richard. I think the problem is the single quotation marks. If you change it to double quotation marks, e.g.,
%watermark -a "Sebastian Raschka" -v -p torch
I believe it should work. I should be more careful with that in the future and update the documentation to warn about that.
Sorry, something went wrong.
No branches or pull requests
When executing watermark on RASBT-STAT453 notebook with...
%watermark -a 'Sebastian Raschka' -v -p torch
Get error message...
UsageError: unrecognized arguments: Raschka
and no other watermark info.
Simple work-around is to insert underscore between first/last names.
Using VS Code 1.60.2 notebook with Python 3.8 & Torch 7.26 under Win10. Installed watermark-2.2.0 with conda from conda-forge.
The text was updated successfully, but these errors were encountered: