Can we flag boolean variables as hyperparameters?
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! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.