diff --git a/egs/librispeech/ASR/.prepare_vox.sh.swp b/egs/librispeech/ASR/.prepare_vox.sh.swp index feab93ca3..08c25c539 100644 Binary files a/egs/librispeech/ASR/.prepare_vox.sh.swp and b/egs/librispeech/ASR/.prepare_vox.sh.swp differ diff --git a/egs/librispeech/ASR/prepare_vox.sh b/egs/librispeech/ASR/prepare_vox.sh index 2f5e4d842..b7c0f05f2 100755 --- a/egs/librispeech/ASR/prepare_vox.sh +++ b/egs/librispeech/ASR/prepare_vox.sh @@ -190,16 +190,16 @@ if [ $stage -le 6 ] && [ $stop_stage -ge 6 ]; then fi if [ $stage -le 7 ] && [ $stop_stage -ge 7 ]; then - log "Stage 7: Re-Compute fbank for Vox" - mkdir -p data/fbank - rm -rf data/fbank/vox* - if [ ! -e data/fbank/.LJSpeech.done ]; then - for dest in "test-clean" "test-other"; do - for spk in $dl_dir/$dest/*; do - spk_id=${spk#*$dest\/} - ./local/compute_fbank_vox.py --data-dir $spk --spk-id $spk_id - done - done + log "Stage 7: Re-Compute fbank for Vox" + mkdir -p data/fbank + rm -rf data/fbank/vox* + if [ ! -e data/fbank/.LJSpeech.done ]; then + for dest in "test-clean" "test-other"; do + for spk in $dl_dir/$dest/*; do + spk_id=${spk#*$dest\/} + ./local/compute_fbank_vox.py --data-dir $spk --spk-id $spk_id + done + done #touch data/fbank/.vox.done - fi + fi