diff --git a/egs/librispeech/ASR/.prepare_4446.sh.swp b/egs/librispeech/ASR/.prepare_4446.sh.swp index c91c2f8ac..42d591a42 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/prepare_4446.sh b/egs/librispeech/ASR/prepare_4446.sh index 897c2ac16..b253ef9f4 100755 --- a/egs/librispeech/ASR/prepare_4446.sh +++ b/egs/librispeech/ASR/prepare_4446.sh @@ -112,7 +112,7 @@ if [ $stage -le 2 ] && [ $stop_stage -ge 2 ]; then log "Stage 3: Compute fbank for LJSpeech" mkdir -p data/fbank if [ ! -e data/fbank/.LJSpeech.done ]; then - ./local/compute_fbank_LJSpeech.py --data-dir $dl_dir/vox + ./local/compute_fbank_vox.py --data-dir $dl_dir/vox touch data/fbank/.vox.done fi