from local

This commit is contained in:
dohe0342 2023-06-12 00:40:39 +09:00
parent a640e2dd34
commit 1e0f4c6a0b
2 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_manifest.py $dl_dir/tedlium3 data/manifests
python local/prepare_ted_manifests.py $dl_dir/tedlium3 data/manifests
touch data/manifests/.tedlium3.done
fi
fi