from local

This commit is contained in:
dohe0342 2023-06-12 00:38:11 +09:00
parent bfeeddbdd3
commit 57839f4271
3 changed files with 2 additions and 1 deletions

Binary file not shown.

View File

@ -85,7 +85,8 @@ if [ $stage -le 1 ] && [ $stop_stage -ge 1 ]; then
# We assume that you have downloaded the tedlium3 corpus
# to $dl_dir/tedlium3
mkdir -p data/manifests
lhotse prepare tedlium $dl_dir/tedlium3 data/manifests
#lhotse prepare tedlium $dl_dir/tedlium3 data/manifests
python local/prepare_ted.py $dl_dir/tedlium3 data/manifests
touch data/manifests/.tedlium3.done
fi
fi