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:
committed by
zach dwiel
parent
fb1039fcb5
commit
ca9015d8b1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user