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

All config bools set to True by default in get_opt.py #32

Open
christsa opened this issue Aug 24, 2023 · 0 comments
Open

All config bools set to True by default in get_opt.py #32

christsa opened this issue Aug 24, 2023 · 0 comments

Comments

@christsa
Copy link

I've noticed something in the code when creating my own config file.
On this line, all bools are automatically set to True, as they take a string as input.
It seems to only concern the variable "input_z" in the existing config file, as the variables "is_train" and "is_continue" are set to False here.

Could you describe what these variables are used for exactly?

Thanks for your help.

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

1 participant