Adding ignore unparameterized spaces flag
This commit is contained in:
parent
5f23af5802
commit
5dd1088d8d
@ -552,4 +552,9 @@ AVAILABLE_CLI_OPTIONS = {
|
|||||||
help='Do not print epoch details header.',
|
help='Do not print epoch details header.',
|
||||||
action='store_true',
|
action='store_true',
|
||||||
),
|
),
|
||||||
|
"hyperopt_ignore_unparam_space": Arg(
|
||||||
|
"-u", "--ignore-unparameterized-spaces",
|
||||||
|
help="Suppress errors for any requested Hyperopt spaces that do not contain any parameters",
|
||||||
|
action="store_true",
|
||||||
|
),
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user