diff --git a/egs/librispeech/ASR/.adapter.sh.swp b/egs/librispeech/ASR/.adapter.sh.swp index 4a96d83a6..c22d39ea4 100644 Binary files a/egs/librispeech/ASR/.adapter.sh.swp and b/egs/librispeech/ASR/.adapter.sh.swp differ diff --git a/egs/librispeech/ASR/adapter.sh b/egs/librispeech/ASR/adapter.sh index f903f0051..6e3caa8db 100755 --- a/egs/librispeech/ASR/adapter.sh +++ b/egs/librispeech/ASR/adapter.sh @@ -1,6 +1,6 @@ dl_dir=/DB/LibriSpeech_tar/vox -for dest in "test-other"; do +for dest in "test-clean" "test-other"; do for spk in $dl_dir/$dest/*; do spk_id=${spk#*$dest\/} echo $spk_id