diff --git a/egs/librispeech/ASR/conformer_ctc2/.decode.py.swp b/egs/librispeech/ASR/conformer_ctc2/.decode.py.swp index d72d35f28..8a5113e80 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 4ef5f4037..5592edcf2 100755 --- a/egs/librispeech/ASR/conformer_ctc2/decode.py +++ b/egs/librispeech/ASR/conformer_ctc2/decode.py @@ -873,7 +873,7 @@ def main() -> None: librispeech = LibriSpeechAsrDataModule(args) dev_clean_cuts = librispeech.dev_clean_cuts() - dev_ohter_cuts = librispeech.dev_other_cuts() + dev_other_cuts = librispeech.dev_other_cuts() test_clean_cuts = librispeech.test_clean_cuts() test_other_cuts = librispeech.test_other_cuts()