Can we flag boolean variables as hyperparameters?
Support:
less than a minute
Use the ${args_no_boolean_flags}
macro in the command section of the configuration to pass hyperparameters as boolean flags. This macro automatically includes boolean parameters as flags. If param
is True
, the command receives --param
. If param
is False
, the flag is omitted.
Feedback
Was this page helpful?
Glad to hear it! If you have further feedback, please let us know.
Sorry to hear that. Please tell us how we can improve.