1
0
mirror of https://github.com/gryf/coach.git synced 2025-12-17 19:20:19 +01:00

rename save_checkpoint_secs -> checkpoint_save_secs

This commit is contained in:
Zach Dwiel
2018-10-05 11:47:35 -04:00
committed by zach dwiel
parent 9804b033a2
commit 700a175902
6 changed files with 11 additions and 11 deletions

View File

@@ -367,7 +367,7 @@
" evaluate_only=False,\n",
" experiment_path=log_path)\n",
"\n",
"task_parameters.__dict__['save_checkpoint_secs'] = None\n",
"task_parameters.__dict__['checkpoint_save_secs'] = None\n",
"\n",
"graph_manager.create_graph(task_parameters)\n",
"\n",