mirror of
https://github.com/gryf/coach.git
synced 2025-12-17 19:20:19 +01:00
restoring from a checkpoint file (#247)
This commit is contained in:
@@ -67,7 +67,7 @@ def rollout_worker(graph_manager, data_store, num_workers, task_parameters):
|
||||
"""
|
||||
wait for first checkpoint then perform rollouts using the model
|
||||
"""
|
||||
checkpoint_dir = task_parameters.checkpoint_restore_dir
|
||||
checkpoint_dir = task_parameters.checkpoint_restore_path
|
||||
wait_for_checkpoint(checkpoint_dir, data_store)
|
||||
|
||||
graph_manager.create_graph(task_parameters)
|
||||
|
||||
Reference in New Issue
Block a user