From d91a14fcadb069c453fdde2225690eab06dfd75f Mon Sep 17 00:00:00 2001 From: dohe0342 Date: Mon, 30 Jan 2023 16:55:18 +0900 Subject: [PATCH] from local --- .../.decode.py.swp | Bin 49152 -> 49152 bytes .../decode.py | 4 +--- 2 files changed, 1 insertion(+), 3 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 f82a6914645aeff05348b838e9da7517ddde389d..c6c502658b9a64925a69bd4018cb8bf9d8106c5b 100644 GIT binary patch delta 140 zcmZo@U~Xt&7ELk;^Ym4))H7fJ0s#hwE9KXdH*FNX#mvaC_yaR9qu%C^0>b*d8`v2b zS~ws|^d<{BOxINB0;&h%)0_+pZ9wb*#J_+lwgT~FAnpTVkdE1#FFI^tpRC{^J~_Zc cbn=FM9Fxy`s87DLPj2%c4->}CMqcMi0a&vo*Z=?k delta 146 zcmZo@U~Xt&7ELk;^Ym4))H7fJ0s#hwOXb&-dp3&RVrC3o{DGO5(O~mO0bzaKee4Vj zvp6713?>UYOxHBvVqnk*VpSmK1LBjM3=AzmYzM?YfGSS|@k$_GviYLJ7WT=y9$b?H iJh&JYCd+$B09m4wH|*n>ywgK{^A8Uz#?1y^7fJ#6sU@%g 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 2b342b110..2e7bd6de5 100755 --- a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/decode.py +++ b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/decode.py @@ -782,15 +782,13 @@ def main(): test_sets = [f"test-clean", f"test-other"] test_dl = [test_clean_dl, test_other_dl] - - if 1: option = 'low' test_clean_cuts = librispeech.test_clean_user(option=option) test_other_cuts = librispeech.test_other_user(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] if 0: