Merge pull request #5588 from raph92/patch-4
Update HyperoptTools.export_csv_file usage
This commit is contained in:
		| @@ -53,7 +53,7 @@ def start_hyperopt_list(args: Dict[str, Any]) -> None: | |||||||
|  |  | ||||||
|     if epochs and export_csv: |     if epochs and export_csv: | ||||||
|         HyperoptTools.export_csv_file( |         HyperoptTools.export_csv_file( | ||||||
|             config, epochs, total_epochs, not config.get('hyperopt_list_best', False), export_csv |             config, epochs, export_csv | ||||||
|         ) |         ) | ||||||
|  |  | ||||||
|  |  | ||||||
|   | |||||||
| @@ -435,8 +435,7 @@ class HyperoptTools(): | |||||||
|         return table |         return table | ||||||
|  |  | ||||||
|     @staticmethod |     @staticmethod | ||||||
|     def export_csv_file(config: dict, results: list, total_epochs: int, highlight_best: bool, |     def export_csv_file(config: dict, results: list, csv_file: str) -> None: | ||||||
|                         csv_file: str) -> None: |  | ||||||
|         """ |         """ | ||||||
|         Log result to csv-file |         Log result to csv-file | ||||||
|         """ |         """ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user