fix thchs-30 download command (#1260)

This commit is contained in:
Tiance Wang 2023-09-19 16:46:36 +08:00 committed by GitHub
parent 0c564c6c81
commit 7e1288af50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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