Skip to content

Commit 0a2d028

Browse files
committed
fix LOAD_CHECKPOINT_FROM condition
1 parent 2e69586 commit 0a2d028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

STT/train.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pushd $STT_DIR
1616
# we can now use --load_checkpoint_dir instead
1717
#cp -a /transfer-checkpoint/* /mnt/checkpoints/
1818
LOAD_CHECKPOINT_FROM="--load_checkpoint_dir /transfer-checkpoint --save_checkpoint_dir /mnt/checkpoints"
19-
else;
19+
else
2020
LOAD_CHECKPOINT_FROM="--checkpoint_dir /mnt/checkpoints/"
2121
fi;
2222

0 commit comments

Comments
 (0)