diff --git a/egs/librispeech/ASR/.prepare_vox.sh.swp b/egs/librispeech/ASR/.prepare_vox.sh.swp index 5101717cc..af9d114cd 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 79e8b9acf..9bb51a3ce 100755 --- a/egs/librispeech/ASR/prepare_vox.sh +++ b/egs/librispeech/ASR/prepare_vox.sh @@ -89,7 +89,7 @@ if [ $stage -le 1 ] && [ $stop_stage -ge 1 ]; then #done for dest in "test-clean" "test-other"; do for spk in $dl_dir/$dest/*; do - python local/prepare_vox_text.py $dl_dir/$dest/$spk + python local/prepare_vox_text.py $spk done done #touch $dl_dir/vox/.vox.done