Skip to content
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

Usage, following arguments are required #54

Open
mitawrdhn opened this issue Jan 11, 2022 · 1 comment
Open

Usage, following arguments are required #54

mitawrdhn opened this issue Jan 11, 2022 · 1 comment

Comments

@mitawrdhn
Copy link

usage: ipykernel_launcher.py [-h] -page PAGE -len LEN [-infinite INFINITE] [-usage USAGE] [-comments COMMENTS]
ipykernel_launcher.py: error: the following arguments are required: -page/-p, -len/-l

Capture

can anyone help me to solve this problems?
@Ting0887
Copy link

try to use args = parser.parse_args(args=['--device', '0', '--no_cuda']) replace args = parser.parse_args() at 346 line when you use jupyter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants