diff --git a/egs/librispeech/ASR/.prepare_vox.sh.swp b/egs/librispeech/ASR/.prepare_vox.sh.swp index f83d34006..402663f86 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 3fd508148..53af676b0 100755 --- a/egs/librispeech/ASR/prepare_vox.sh +++ b/egs/librispeech/ASR/prepare_vox.sh @@ -131,7 +131,7 @@ if [ $stage -le 3 ] && [ $stop_stage -ge 3 ]; 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 + ./local/compute_fbank_vox.py --data-dir $spk --spk-id $spk_id --prefix $subset done done #touch data/fbank/.vox.done