From 45c5ab53b93d6d00de8de6e4a0f249a32bf14172 Mon Sep 17 00:00:00 2001 From: dohe0342 Date: Fri, 17 Feb 2023 10:29:00 +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 a1353e0542a95cc4ee5132fd7bfa83e2cb91e057..5001b687dcde72a7bb86654c3b25800eb6b11ee1 100644 GIT binary patch delta 208 zcmWO0ArAp@00r=OyZ`^roq*Xc8-mTo1vUgXK@dcONYU>DxM0(i8|o<%!ETc@SrNDo zAW-f;fa1OFx4rPf^8(ciRBLLF2g5?UW`oHBy(pfU(bxm8eJtJ$3GAPF4D8z=KY7q!G0=WRPYtDUrM+Lq)8F R?_Bio+pGx14Rf7j^9LBNCU*b; delta 206 zcmWO0Eepb600iKZz3<$npn@!mA7Bt&S(s%e!C+mnX|mg05u;&<#$hoj$iQZ@TMQeR z1ufGbVDJtexNzb8Q1L^>99!OCSaI4Gm?BV3(#az}nQ2EZ1n>-W>pE8rK+;VI_OzlI zji^sHmFcYk30-JMTiQ^MTxw9AYGhEH<&LJ*qMr)f=|~6i$Wc*1o+U?L$xAZIh@}YJ OvlhMVrie=2&-xEoeJ0uf diff --git a/egs/librispeech/ASR/conformer_ctc2/decode.py b/egs/librispeech/ASR/conformer_ctc2/decode.py index 5581ae857..5fa756a4c 100755 --- a/egs/librispeech/ASR/conformer_ctc2/decode.py +++ b/egs/librispeech/ASR/conformer_ctc2/decode.py @@ -879,7 +879,7 @@ def main() -> None: test_other_dl = librispeech.test_dataloaders(test_other_cuts) test_sets = ["test-clean", "test-other"] - test_dl = [test_clean_dl, test_other_dl] + test_dls = [test_clean_dl, test_other_dl] for test_set, test_dl in zip(test_sets, test_dls): results_dict = decode_dataset(