From 5a4acbefc02dd471cb8f1213698170373ac81fc2 Mon Sep 17 00:00:00 2001 From: dohe0342 Date: Fri, 17 Feb 2023 10:36:46 +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 d72d35f28b5f55800052979be5323466c5e4b29e..8a5113e800e6e8ec2138629b548170a36206a8ac 100644 GIT binary patch delta 40 ucmZozz}&EaSv1KY%+puFQqO<^2m}}ygl@e{UcFKDmK9S;#^#S!{8ItwjSRy8 delta 40 ucmZozz}&EaSv1KY%+puFQqO<^2m}}y-rjtdoV!uxt%{8It*)(u|( 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()