mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-09 01:52:41 +00:00
Fix aishell prepare.sh when using pre-download data (#291)
This commit is contained in:
parent
87cf9231ea
commit
cb3ba16f2b
@ -70,7 +70,7 @@ if [ $stage -le 0 ] && [ $stop_stage -ge 0 ]; then
|
||||
# |-- lexicon.txt
|
||||
# `-- speaker.info
|
||||
|
||||
if [ ! -d $dl_dir/aishell/data_aishell/wav ]; then
|
||||
if [ ! -d $dl_dir/aishell/data_aishell/wav/train ]; then
|
||||
lhotse download aishell $dl_dir
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user