from local

This commit is contained in:
dohe0342 2023-06-12 00:40:15 +09:00
parent 426aebc634
commit a640e2dd34
3 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -86,7 +86,7 @@ if [ $stage -le 1 ] && [ $stop_stage -ge 1 ]; then
# to $dl_dir/tedlium3
mkdir -p data/manifests
#lhotse prepare tedlium $dl_dir/tedlium3 data/manifests
python local/prepare_ted.py $dl_dir/tedlium3 data/manifests
python local/prepare_ted_manifest.py $dl_dir/tedlium3 data/manifests
touch data/manifests/.tedlium3.done
fi
fi