initial push

This commit is contained in:
Yazeed Al Oyoun
2020-03-22 02:22:06 +01:00
parent fb4e9b3938
commit 1976aaf13e
6 changed files with 84 additions and 5 deletions

View File

@@ -484,6 +484,18 @@ AVAILABLE_CLI_OPTIONS = {
type=float,
metavar='FLOAT',
),
"hyperopt_list_min_objective": Arg(
'--min-objective',
help='Select epochs on above objective.',
type=float,
metavar='FLOAT',
),
"hyperopt_list_max_objective": Arg(
'--max-objective',
help='Select epochs on below objective.',
type=float,
metavar='FLOAT',
),
"hyperopt_list_no_details": Arg(
'--no-details',
help='Do not print best epoch details.',