Skip to content

Commit

Permalink
fix LOAD_CHECKPOINT_FROM condition
Browse files Browse the repository at this point in the history
  • Loading branch information
wasertech committed Feb 6, 2022
1 parent 2e69586 commit 0a2d028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion STT/train.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pushd $STT_DIR
# we can now use --load_checkpoint_dir instead
#cp -a /transfer-checkpoint/* /mnt/checkpoints/
LOAD_CHECKPOINT_FROM="--load_checkpoint_dir /transfer-checkpoint --save_checkpoint_dir /mnt/checkpoints"
else;
else
LOAD_CHECKPOINT_FROM="--checkpoint_dir /mnt/checkpoints/"
fi;

Expand Down

0 comments on commit 0a2d028

Please sign in to comment.