mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-08 09:32:20 +00:00
fix thchs-30 download command (#1260)
This commit is contained in:
parent
0c564c6c81
commit
7e1288af50
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user