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

Fix cmd line arguments handling (#68)

* refactoring the merging of the task parameters and the command line parameters
* removing some unused command line arguments
* fix for saving checkpoints when not passing through coach.py
This commit is contained in:
Itai Caspi
2018-11-07 15:47:02 +02:00
committed by GitHub
parent 93571306c3
commit e7a91b4dc3
4 changed files with 53 additions and 50 deletions

View File

@@ -94,7 +94,7 @@ def create_monitored_session(target: tf.train.Server, task_index: int,
is_chief=is_chief,
hooks=[],
checkpoint_dir=checkpoint_dir,
checkpoint_save_secs=checkpoint_save_secs,
save_checkpoint_secs=checkpoint_save_secs,
config=config
)