From e62f37a0416471a7a719977bd6dc83da2ea5fdf0 Mon Sep 17 00:00:00 2001 From: dohe0342 Date: Wed, 25 Jan 2023 15:19:58 +0900 Subject: [PATCH] from local --- .../.decode.py.swp | Bin 40960 -> 40960 bytes .../decode.py | 6 +++--- 2 files changed, 3 insertions(+), 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 92a964386d8273cafe3a7c04c112c0f0c9d9b3b7..f3bdb189973a4bc0f5268e99ad774b8063d0a57c 100644 GIT binary patch delta 335 zcmX}gJuE{30L1aj>jyQJp#y`a34^G%(uKw<@zK~wn5d_kG<{Mp46Ue1D#7q{5DBwM zn~nxe3`h(*84!z!U^j@rL|pRAU9QwHN)02h5S<=N28RZsB7W)p<}S5%RttPYJa2}S zc6`y3&6zf-4?XzwN!O^Nf+8{)MHkxP$5*TLjB^}d2W4y_f~OYg5!)C<4BuXkiyf>U=yc50k!}x0*d)dtY|4wE2(v`K=ow>xwZ`Y3!=Hd@2c}nE~ delta 340 zcmXBIPbh$x~En|dO9n!B=;!zhQRZ62&IkYl`)o7zosA&QGLQgY(pz#E@>_4)KEHMCMg3#1~6@py1_Fe0Q~|zJ2a6Q$Vdrig7&Q`;=my(&B zZ5vTFVRqHl%_rS33XWR{rL#^l7s}>WjDg_)lP@ef%YTmwk94S$=uuNDv!G_J*l*V= HmNWMQ!MsZ4 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 f2fd501d2..29e3c9c11 100755 --- a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/decode.py +++ b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/decode.py @@ -776,13 +776,13 @@ def main(): #test_other_cuts = librispeech.test_other_cuts(option='male') option = 'low' - test_clean_cuts = librispeech.test_clean_user(option='big') - test_other_cuts = librispeech.test_other_user(option='big') + test_clean_cuts = librispeech.test_clean_user(option='low') + test_other_cuts = librispeech.test_other_user(option='low') test_clean_dl = librispeech.test_dataloaders(test_clean_cuts) test_other_dl = librispeech.test_dataloaders(test_other_cuts) - test_sets = ["test-clean-low", "test-other-low"] + test_sets = [f"test-clean-{option}", f"test-other-{option}"] test_dl = [test_clean_dl, test_other_dl] for test_set, test_dl in zip(test_sets, test_dl):