diff --git a/egs/tedlium3/ASR/.prepare.sh.swp b/egs/tedlium3/ASR/.prepare.sh.swp index c29c9f8f5..d5495a310 100644 Binary files a/egs/tedlium3/ASR/.prepare.sh.swp and b/egs/tedlium3/ASR/.prepare.sh.swp differ diff --git a/egs/tedlium3/ASR/local/.prepare_ted_manifests.py.swp b/egs/tedlium3/ASR/local/.prepare_ted_manifests.py.swp index 70f98d7e1..6c8ea1c3d 100644 Binary files a/egs/tedlium3/ASR/local/.prepare_ted_manifests.py.swp and b/egs/tedlium3/ASR/local/.prepare_ted_manifests.py.swp differ diff --git a/egs/tedlium3/ASR/prepare.sh b/egs/tedlium3/ASR/prepare.sh index 1e161a364..a91021790 100755 --- a/egs/tedlium3/ASR/prepare.sh +++ b/egs/tedlium3/ASR/prepare.sh @@ -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