Fix aishell prepare.sh when using pre-download data (#291)

This commit is contained in:
Wei Kang 2022-04-05 10:22:49 +08:00 committed by GitHub
parent 87cf9231ea
commit cb3ba16f2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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