We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e69586 commit 0a2d028Copy full SHA for 0a2d028
STT/train.sh
@@ -16,7 +16,7 @@ pushd $STT_DIR
16
# we can now use --load_checkpoint_dir instead
17
#cp -a /transfer-checkpoint/* /mnt/checkpoints/
18
LOAD_CHECKPOINT_FROM="--load_checkpoint_dir /transfer-checkpoint --save_checkpoint_dir /mnt/checkpoints"
19
- else;
+ else
20
LOAD_CHECKPOINT_FROM="--checkpoint_dir /mnt/checkpoints/"
21
fi;
22
0 commit comments