From a90b411ba4b60e01eb3f67904870e3c3c6ba232e Mon Sep 17 00:00:00 2001 From: dohe0342 Date: Fri, 17 Feb 2023 10:33:13 +0900 Subject: [PATCH] from local --- .../ASR/conformer_ctc2/.decode.py.swp | Bin 53248 -> 53248 bytes egs/librispeech/ASR/conformer_ctc2/decode.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/egs/librispeech/ASR/conformer_ctc2/.decode.py.swp b/egs/librispeech/ASR/conformer_ctc2/.decode.py.swp index 7705226a25b6943a62131d0422812ce857549823..62a5a49d87f68d9508219fc7c4cae821120faf27 100644 GIT binary patch delta 40 ucmZozz}&EaSv1KY%+puFQqO<^2m}}yLT|oHp0ZK&yA@MO#%4b2Pg4NvBMl1x delta 40 ucmZozz}&EaSv1KY%+puFQqO<^2m}}y0&c!b&fF;a-HIurWHX=jrzrsFlMLGc diff --git a/egs/librispeech/ASR/conformer_ctc2/decode.py b/egs/librispeech/ASR/conformer_ctc2/decode.py index f952b8a11..86b9604fd 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_ohter_cuts() + dev_ohter_cuts = librispeech.dev_other_cuts() test_clean_cuts = librispeech.test_clean_cuts() test_other_cuts = librispeech.test_other_cuts()