From 6f371e84d9c260c16b7179b1cc11959bdad16917 Mon Sep 17 00:00:00 2001 From: dohe0342 Date: Mon, 30 Jan 2023 16:55:42 +0900 Subject: [PATCH] from local --- .../.decode.py.swp | Bin 49152 -> 49152 bytes .../decode.py | 11 +++-------- 2 files changed, 3 insertions(+), 8 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 1813ae6e04ae220fa08873667caed67d5db4a24c..8a1e174fb384cba4cebabea281f71738735b8ad2 100644 GIT binary patch delta 429 zcmXxgze_@46vpvmrry%LS5l(}k%nr?u2Zx$IK;h%Tezr8KX8dAA&A0D)Lif`LE+ZY zlw4ABs6U_}mnd4wt+gVEDCjHIfe$=z4lnOHj^lM4Z+y|r+qvXS$`r~F`Ch+Un%u6( zKMhaDjYQsR)x2M1Bk6iUE~DIm_`f+9>O9n4&k7T1*GA}*MP`1%FqzNOGxAv z$2dX>Ma*I>BvlzAgdykzMOxTL5d{pQ)6a*ng(3<_!^8w$`$Vqb;s8~w!bSp71o5u1 z1RB`Gt~SM^giTa1iZ<7{LH8;adf-8eOP#st`i{?+q$=tu8&$PNO6g6Xdd$YUxpysD mS@~-u{s&yWSqi9mYeb!1XzJV=S09$Ha`v3Mw}(~x()6o&C5;#D(E7o|m|OVDB&xHJV)c@@GS2rLT9sEC$^kZABm{sZw*Q@BOY zpoxLtVq23WIpi1>5d<{^5kb%+^}>&HIOjD@t7%&OE77^+ba-qyD#R=DoV&}m_bdKy zuO(6S`96yIBb!K5`}-!kE%MSQa*k7E5k?4~9+68NV*^=4pyACe(ncL;C?JD0La6tO zEMOiJ7{ZrJ^78Hyxj-3**u^H6F^d@7cx;KK%LGAxkOvTj`rVNkjB>PpX5&Z=M6jKQR 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 c15bd388a..62aef36dd 100755 --- a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/decode.py +++ b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/decode.py @@ -794,14 +794,9 @@ def main(): if 0: option = '6938' test_clean_cuts = librispeech.vox_cuts(option=option) - - test_clean_dl = librispeech.test_dataloaders(test_clean_cuts) - #test_other_dl = librispeech.test_dataloaders(test_other_cuts) - - test_sets = [f"test-clean_sampling"] - #test_sets = [f"test-clean_sampling", f"test-other_sampling"] - test_dl = [test_clean_dl] - #test_dl = [test_clean_dl, test_other_dl] + test_clean_dl = librispeech.test_dataloaders(test_clean_cuts) + test_sets = [f"test-clean_sampling"] + test_dl = [test_clean_dl] for test_set, test_dl in zip(test_sets, test_dl): results_dict = decode_dataset(