Remove inversion of min/max objective selection
This commit is contained in:
parent
56655b97cf
commit
2dc36bb79e
@ -99,11 +99,6 @@ def start_hyperopt_show(args: Dict[str, Any]) -> None:
|
|||||||
'filter_max_objective': config.get('hyperopt_list_max_objective', None)
|
'filter_max_objective': config.get('hyperopt_list_max_objective', None)
|
||||||
}
|
}
|
||||||
|
|
||||||
if filteroptions['filter_min_objective'] is not None:
|
|
||||||
filteroptions['filter_min_objective'] = -filteroptions['filter_min_objective']
|
|
||||||
if filteroptions['filter_max_objective'] is not None:
|
|
||||||
filteroptions['filter_max_objective'] = -filteroptions['filter_max_objective']
|
|
||||||
|
|
||||||
# Previous evaluations
|
# Previous evaluations
|
||||||
epochs = Hyperopt.load_previous_results(results_file)
|
epochs = Hyperopt.load_previous_results(results_file)
|
||||||
total_epochs = len(epochs)
|
total_epochs = len(epochs)
|
||||||
|
Loading…
Reference in New Issue
Block a user