Skip to content

Commit

Permalink
fix thchs-30 download command (#1260)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangtiance authored Sep 19, 2023
1 parent 0c564c6 commit 7e1288a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion egs/multi_zh-hans/ASR/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ if [ $stage -le 2 ] && [ $stop_stage -ge 2 ]; then
log "Stage 2: Prepare THCHS-30"
if [ ! -d $dl_dir/thchs30 ]; then
log "Downloading THCHS-30"
lhotse download thchs30 $dl_dir/thchs30
lhotse download thchs-30 $dl_dir/thchs30
fi

if [ ! -f data/manifests/.thchs30.done ]; then
Expand Down

0 comments on commit 7e1288a

Please sign in to comment.