Simplify "no-space-configured" error handling by moving it to hyperopt_auto
This commit is contained in:
@@ -552,8 +552,8 @@ AVAILABLE_CLI_OPTIONS = {
|
||||
help='Do not print epoch details header.',
|
||||
action='store_true',
|
||||
),
|
||||
"hyperopt_ignore_unparam_space": Arg(
|
||||
"-u", "--ignore-unparameterized-spaces",
|
||||
"hyperopt_ignore_missing_space": Arg(
|
||||
"--ignore-missing-spaces", "--ignore-unparameterized-spaces",
|
||||
help="Suppress errors for any requested Hyperopt spaces that do not contain any parameters",
|
||||
action="store_true",
|
||||
),
|
||||
|
Reference in New Issue
Block a user