Update HyperoptTools.export_csv_file usage

This commit is contained in:
raphael
2021-09-17 11:51:55 -04:00
committed by GitHub
parent 4ce1375bf3
commit 5fc993231a

View File

@@ -53,7 +53,7 @@ def start_hyperopt_list(args: Dict[str, Any]) -> None:
if epochs and export_csv:
HyperoptTools.export_csv_file(
config, epochs, total_epochs, not config.get('hyperopt_list_best', False), export_csv
config, epochs, export_csv
)