diff --git a/egs/librispeech/ASR/.prepare_4446.sh.swp b/egs/librispeech/ASR/.prepare_4446.sh.swp index d32cfe41d..7a13f2c1c 100644 Binary files a/egs/librispeech/ASR/.prepare_4446.sh.swp and b/egs/librispeech/ASR/.prepare_4446.sh.swp differ diff --git a/egs/librispeech/ASR/local/.prepare_vox_text.py.swp b/egs/librispeech/ASR/local/.prepare_vox_text.py.swp index 22a84ef84..76ec25419 100644 Binary files a/egs/librispeech/ASR/local/.prepare_vox_text.py.swp and b/egs/librispeech/ASR/local/.prepare_vox_text.py.swp differ diff --git a/egs/librispeech/ASR/prepare_4446.sh b/egs/librispeech/ASR/prepare_4446.sh index ac07f7b61..f44436168 100755 --- a/egs/librispeech/ASR/prepare_4446.sh +++ b/egs/librispeech/ASR/prepare_4446.sh @@ -91,8 +91,8 @@ if [ $stage -le 1 ] && [ $stop_stage -ge 1 ]; then fi mkdir -p data/manifests - if [ ! -e data/manifests/.LJSpeech.done ]; then - python local/prepare_LJSpeech.py $dl_dir/LJSpeech + if [ ! -e data/manifests/.vox.done ]; then + python local/prepare_vox.py $dl_dir/vox touch data/manifests/.LJSpeech.done fi fi