mirror of
https://github.com/mozilla/DeepSpeech.git
synced 2025-10-26 11:19:39 +00:00
Address review comments
This commit is contained in:
parent
29ec75a58c
commit
605b036b67
@ -1677,8 +1677,8 @@
|
||||
" if result is not None:\n",
|
||||
" train_wer = result\n",
|
||||
" \n",
|
||||
" # Checkpoint step\n",
|
||||
" if is_checkpoint_step:\n",
|
||||
" # Checkpoint step (Validation also checkpoints)\n",
|
||||
" if is_checkpoint_step and not is_validation_step:\n",
|
||||
" print \"Hibernating training session into directory\", \"%s\" % checkpoint_dir\n",
|
||||
" checkpoint_path = os.path.join(checkpoint_dir, 'model.ckpt')\n",
|
||||
" # Saving session's model into checkpoint path\n",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user