diff --git a/egs/librispeech/ASR/conformer_ctc2/.decode.py.swp b/egs/librispeech/ASR/conformer_ctc2/.decode.py.swp index f76b25a8b..d72d35f28 100644 Binary files a/egs/librispeech/ASR/conformer_ctc2/.decode.py.swp and b/egs/librispeech/ASR/conformer_ctc2/.decode.py.swp differ diff --git a/egs/librispeech/ASR/conformer_ctc2/decode.py b/egs/librispeech/ASR/conformer_ctc2/decode.py index adb046995..4ef5f4037 100755 --- a/egs/librispeech/ASR/conformer_ctc2/decode.py +++ b/egs/librispeech/ASR/conformer_ctc2/decode.py @@ -877,8 +877,8 @@ def main() -> None: test_clean_cuts = librispeech.test_clean_cuts() test_other_cuts = librispeech.test_other_cuts() - dev_clean_dl = librispeech.dev_dataloaders(dev_clean_cuts) - dev_other_dl = librispeech.dev_dataloaders(dev_other_cuts) + dev_clean_dl = librispeech.valid_dataloaders(dev_clean_cuts) + dev_other_dl = librispeech.valid_dataloaders(dev_other_cuts) test_clean_dl = librispeech.test_dataloaders(test_clean_cuts) test_other_dl = librispeech.test_dataloaders(test_other_cuts)