Skip to content

Commit

Permalink
Merge pull request mozilla#708 from mozilla/issue695
Browse files Browse the repository at this point in the history
Fix mozilla#695; Checkpoint is not resuming from left off point
  • Loading branch information
kdavis-mozilla authored Jul 12, 2017
2 parents d57652f + a0a9e9d commit 862815a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DeepSpeech.py
Original file line number Diff line number Diff line change
Expand Up @@ -1497,6 +1497,8 @@ def end(self, session):
with tf.train.MonitoredTrainingSession(master='' if server is None else server.target,
is_chief=is_chief,
hooks=hooks,
checkpoint_dir=FLAGS.checkpoint_dir,
save_checkpoint_secs=FLAGS.checkpoint_secs,
config=session_config) as session:
try:
if is_chief:
Expand Down

0 comments on commit 862815a

Please sign in to comment.