Fix aishell prepare.sh when using pre-download data

This commit is contained in:
pkufool 2022-04-05 07:33:03 +08:00
parent 87cf9231ea
commit 131fbafa61

View File

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