Merge pull request #2994 from Fredrik81/hyperopt-table

Added dynamic print table function to hyperopt
This commit is contained in:
hroff-1902
2020-03-04 23:44:53 +03:00
committed by GitHub
3 changed files with 164 additions and 46 deletions

View File

@@ -51,7 +51,7 @@ def start_hyperopt_list(args: Dict[str, Any]) -> None:
try:
Hyperopt.print_result_table(config, trials, total_epochs,
not filteroptions['only_best'], print_colorized)
not filteroptions['only_best'], print_colorized, 0)
except KeyboardInterrupt:
print('User interrupted..')