From dc89b965095f091b8c05ddad605fd02cee763fbf Mon Sep 17 00:00:00 2001 From: dohe0342 Date: Fri, 27 Jan 2023 18:08:27 +0900 Subject: [PATCH] from local --- egs/librispeech/ASR/.test.sh.swp | Bin 12288 -> 12288 bytes .../.decode.py.swp | Bin 49152 -> 49152 bytes .../decode.py | 6 +++--- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/egs/librispeech/ASR/.test.sh.swp b/egs/librispeech/ASR/.test.sh.swp index d228e452e49cafe9879c4bab9bfa0074e2948845..bafc890d6201e993e853ffe98a01bc9145f81bcf 100644 GIT binary patch delta 30 kcmZojXh;xEG6?hZRj|}EU;qLE28PrrmyZlfftB*fcWI*g${j8j0}@Mc8hOzcXnoHRG!@B)y7ydS(}D65Id) delta 64 zcmZo@U~Xt&-Y~_1*O!}tfd`1Wf%wGcg${j8jOvp=c8hOzcXno<-0juIs62U(x5i{E SZ%M}R$$!1&HWzyLmjD1<92BMi 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 cb9f1db4f..22f178597 100755 --- a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/decode.py +++ b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/decode.py @@ -777,11 +777,11 @@ def main(): option = 'big' #option = '4446' - #Wtest_clean_cuts = librispeech.vox_cuts(option=option) - #est_other_cuts = librispeech.test_other_user(option=option) + #test_clean_cuts = librispeech.vox_cuts(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_other_dl = librispeech.test_dataloaders(test_other_cuts) test_sets = [f"test-clean_sampling"] #test_sets = [f"test-clean_sampling", f"test-other_sampling"]