From 5e67a45530fc1a8acfafb514f944f8b3a7623752 Mon Sep 17 00:00:00 2001 From: dohe0342 Date: Wed, 4 Jan 2023 03:08:22 +0900 Subject: [PATCH] from local --- .../.decode.py.swp | Bin 40960 -> 40960 bytes .../decode.py | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.decode.py.swp b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.decode.py.swp index 46fe51d70eae9ae8897a70f3485e40b4fb7daf8c..fcb74b3f1234d5e7cbd7ab5125ce9a2eab66952e 100644 GIT binary patch delta 208 zcmZoTz|?SnNj%9Q%+puFQqO<^2m}}ye&%gSUiguHqxf5WR%tc{2K&jJ2CK8qaWXJe z0&xWpdjqi?5X%Dba}EZE13RI|IXYAl?kbJwV(9 z#En3l4#a6doC?HVKy1&xnUO`2ZF7>jAJgPdmIeYPsl_Gn`6U^tMe)g{CB?Cm?^?P- S1e0@86Z0T~o0Y8Yr2+t&8!$Bh delta 174 zcmWN=ArApz9Khkfo4a$8VpmONyonu~!xVw2JF}UM&u~FNy&w=t0`@A}bzQtb_5~!r zXM4if2xG$y)Tlowcoikci9EEP+-K&^{Z`GEB@#rAI?oeF5Td#5{kt$cq=Ac;uEFuDM`f>r}dDX}>-+BEQ*<-k#FMMl$^aYcnH% diff --git a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/decode.py b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/decode.py index 1fe2eb870..cf9a43ece 100755 --- a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/decode.py +++ b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/decode.py @@ -785,8 +785,8 @@ def main(): test_clean_cuts, test_clean_sets = librispeech.test_clean_cuts(option='user') test_other_cuts, test_other_sets = librispeech.test_other_cuts(option='user') - test_clean_dl = [librispeech.test_dataloaders(user) for user in - test_other_dl = librispeech.test_dataloaders(test_other_cuts) + test_clean_dl = [librispeech.test_dataloaders(user) for user in test_clean_cuts] + test_other_dl = [librispeech.test_dataloaders(user) for user in test_other_cuts] test_sets = ["test-clean", "test-other"] test_dl = [test_clean_dl, test_other_dl]