mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-09 10:02:22 +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
|
# |-- lexicon.txt
|
||||||
# `-- speaker.info
|
# `-- 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
|
lhotse download aishell $dl_dir
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user