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

Make NFS work end-to-end.

This commit is contained in:
Balaji Subramaniam
2018-10-09 15:49:05 -07:00
committed by zach dwiel
parent fb1039fcb5
commit ca9015d8b1
4 changed files with 48 additions and 24 deletions

View File

@@ -25,7 +25,7 @@ def training_worker(graph_manager, checkpoint_dir, policy_type):
# initialize graph
task_parameters = TaskParameters()
task_parameters.__dict__['save_checkpoint_dir'] = checkpoint_dir
task_parameters.__dict__['save_checkpoint_secs'] = 60
task_parameters.__dict__['save_checkpoint_secs'] = 20
graph_manager.create_graph(task_parameters)
# save randomly initialized graph