diff --git a/egs/librispeech/ASR/.decode.sh.swp b/egs/librispeech/ASR/.decode.sh.swp index 44b503253..f2e0e4d73 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/.test.sh.swp b/egs/librispeech/ASR/.test.sh.swp index 5fb78eb64..71363aa7f 100644 Binary files a/egs/librispeech/ASR/.test.sh.swp and b/egs/librispeech/ASR/.test.sh.swp differ diff --git a/egs/librispeech/ASR/decode.sh b/egs/librispeech/ASR/decode.sh index 8489cd975..28bf174db 100755 --- a/egs/librispeech/ASR/decode.sh +++ b/egs/librispeech/ASR/decode.sh @@ -1,7 +1,7 @@ dl_dir=/DB/LibriSpeech_tar/vox_v3 #dl_dir=/home/work/workspace/LibriSpeech/vox_v3 -for dest in "test-other"; do +for dest in "teat-clean" "test-othr"; do for spk in $dl_dir/$dest/*; do spk_id=${spk#*$dest\/} echo $spk_id