From 1d2063556bc2bdb600a02d9792e10f16e7722e6e Mon Sep 17 00:00:00 2001 From: dohe0342 Date: Fri, 17 Feb 2023 10:36:18 +0900 Subject: [PATCH] from local --- .../ASR/conformer_ctc2/.decode.py.swp | Bin 53248 -> 53248 bytes egs/librispeech/ASR/conformer_ctc2/decode.py | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/egs/librispeech/ASR/conformer_ctc2/.decode.py.swp b/egs/librispeech/ASR/conformer_ctc2/.decode.py.swp index f76b25a8bd31501994b8daac927c2b6c0f67df90..d72d35f28b5f55800052979be5323466c5e4b29e 100644 GIT binary patch delta 256 zcmXBGF-rmg07vnE+?{q#4&7o1x)ld?L5NCYLk>}slZ)wMWP?JRbU5iOf}?|ri(p4n zi-VgVK-y|Br*d#`Qy=u;2hZ;te&28&ynOC9kva23QR(;duT&j7t8?q#kR~15`*=-9 zq>U}TqmCL}d>=|*7@~0SLlxb_C!Em`X@*Z=?k 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)