code check

This commit is contained in:
luomingshuang 2022-06-28 17:27:07 +08:00
parent 2cb1618c95
commit 19dc435f32

View File

@ -54,7 +54,7 @@ if [ $stage -le 0 ] && [ $stop_stage -ge 0 ]; then
# ln -sfv /path/to/WenetSpeech $dl_dir/WenetSpeech
#
if [ ! -d $dl_dir/WenetSpeech/wenet_speech ] && [ ! -f $dl_dir/WenetSpeech/metadata/v1.list ]; then
log "Stage 0: should download WenetSpeech first"
log "Stage 0: You should download WenetSpeech first"
exit 1;
fi