Added dynamic print table function to hyperopt

This commit is contained in:
Fredrik81
2020-02-28 21:54:04 +01:00
parent ac7fa8252b
commit 349aa2f957
2 changed files with 16 additions and 8 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..')