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

Where can I read about all those parameters such as edge guide, mixed precisions and so on? #61

Open
MyaaMyaa opened this issue Nov 8, 2021 · 1 comment

Comments

@MyaaMyaa
Copy link

MyaaMyaa commented Nov 8, 2021

Also, if I don't type them in the prompt they're not used or some default options are used?
Noob questions I know. I don't know anything about coding
As far I can get gather from the code
action='store_true' means disabled unless typed in
default= means that's the default if I don't type that in.

@habijung
Copy link

If you add action type args parameter at shell script, args value is true.
For example,

$ python video_completion.py `
--edge_guide

then, args.edge_guide == true.

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