1
0
mirror of https://github.com/gryf/coach.git synced 2025-12-18 11:40:18 +01:00

fix renaming: save_checkpoint_sec -> checkpoint_save_secs

This commit is contained in:
zach dwiel
2018-10-24 10:52:18 -04:00
parent 78cf25c09a
commit f835ac902c
2 changed files with 4 additions and 4 deletions

View File

@@ -350,7 +350,7 @@ def main():
experiment_path=args.experiment_path,
seed=args.seed,
use_cpu=args.use_cpu,
save_checkpoint_secs=args.save_checkpoint_secs)
checkpoint_save_secs=args.checkpoint_save_secs)
task_parameters.__dict__ = add_items_to_dict(task_parameters.__dict__, args.__dict__)
start_graph(graph_manager=graph_manager, task_parameters=task_parameters)