You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: