diff --git a/egs/librispeech/ASR/.prepare_4446.sh.swp b/egs/librispeech/ASR/.prepare_4446.sh.swp index 453beb717..e60ca889e 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 9aca0ea29..fc8a9bed2 100755 --- a/egs/librispeech/ASR/prepare_4446.sh +++ b/egs/librispeech/ASR/prepare_4446.sh @@ -114,7 +114,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_vox.py --data-dir $dl_dir/vox + ./local/compute_fbank_vox.py --data-dir $dl_dir/vox --spk-id $spk_id #touch data/fbank/.vox.done fi