diff --git a/egs/librispeech/ASR/.decode.sh.swp b/egs/librispeech/ASR/.decode.sh.swp index 981d05cfd..8d36dfa15 100644 Binary files a/egs/librispeech/ASR/.decode.sh.swp and b/egs/librispeech/ASR/.decode.sh.swp differ diff --git a/egs/librispeech/ASR/decode.sh b/egs/librispeech/ASR/decode.sh index ac7df125d..eea44a4b4 100755 --- a/egs/librispeech/ASR/decode.sh +++ b/egs/librispeech/ASR/decode.sh @@ -1,5 +1,5 @@ -#dl_dir=/DB/LibriSpeech_tar/vox_10m -dl_dir=/home/work/workspace/LibriSpeech/vox_v3 +dl_dir=/DB/LibriSpeech_tar/vox_10m +#dl_dir=/home/work/workspace/LibriSpeech/vox_v3 for dest in "test-clean" "test-other"; do for spk in $dl_dir/$dest/*; do spk_id=${spk#*$dest\/}