diff --git a/egs/librispeech/ASR/.prepare_4446.sh.swp b/egs/librispeech/ASR/.prepare_4446.sh.swp index 7873359f3..46c6ffec0 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/.compute_fbank_vox.py.swp b/egs/librispeech/ASR/local/.compute_fbank_vox.py.swp index f2c329c1b..113acc142 100644 Binary files a/egs/librispeech/ASR/local/.compute_fbank_vox.py.swp and b/egs/librispeech/ASR/local/.compute_fbank_vox.py.swp differ diff --git a/egs/librispeech/ASR/prepare_4446.sh b/egs/librispeech/ASR/prepare_4446.sh index 2e62257a1..e553e3fb1 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/LJSpeech + ./local/compute_fbank_LJSpeech.py --data-dir $dl_dir/vox touch data/fbank/.LJSpeech.done fi