From f2ad2a688c7525b772a2e040d7e0460a5ede9015 Mon Sep 17 00:00:00 2001 From: dohe0342 Date: Wed, 25 Jan 2023 15:20:09 +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 f3bdb189973a4bc0f5268e99ad774b8063d0a57c..180fe2e274e2c8cbe90cfa916463d64eaa077238 100644 GIT binary patch delta 314 zcmXZOAxr`R07l`T8yq4VQrHxAbF*0VE>PT61Go`!1}F++79d!#0D+yGTD(mP-G*Z% zf*VBw1uZyX6q5vJH5hoow|(2I4~+W2h@IIdsr1g_fh~$kk*`C?*W&K8SEUk|;_JwG~3Tc1X9y|7(9 z-WZpr5y#7z)W8*1F^eRIVd)-iT;dR0Si}@25W)AT^o|=`;1o5SAdR<>^olCxkqODw zPf+UP5iJ~G2{RbMz>@CJMh$CNMgbX2;v*p4!pAkvafUi};RgKvlktk#n8_vnu5*-q U4qB=0o&A)z?l}L|X*%WdFGLkOod5s; 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 29e3c9c11..e3028c309 100755 --- a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/decode.py +++ b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/decode.py @@ -776,8 +776,8 @@ def main(): #test_other_cuts = librispeech.test_other_cuts(option='male') option = 'low' - test_clean_cuts = librispeech.test_clean_user(option='low') - test_other_cuts = librispeech.test_other_user(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)