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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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
)