From b9fb5c2d112471170c4468bcefa5de6655fc42e1 Mon Sep 17 00:00:00 2001 From: dohe0342 Date: Mon, 30 Jan 2023 16:54:55 +0900 Subject: [PATCH] from local --- .../.decode.py.swp | Bin 49152 -> 49152 bytes .../decode.py | 4 ++++ 2 files changed, 4 insertions(+) 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 bb0c1ae101f1da53dd5c4fe147a12cd8bc17313c..3480bb29a2714551c223e9f6f9e4f6aee793ae0a 100644 GIT binary patch delta 200 zcmZo@U~Xt&7ELk;^Ym4))H7fJ0s#hwb>-KSA8r)AEx>5F`J;faKJRpP28MDDh@|0U zL5FU~WG)5*AO@LavH7lp z6Z_=<9ukxPdFV|p)EAq4(!+GKg=ZWi7lQ&6C{OmY*PSfnX)maxqmZUll3HA%n_rTV WTBH;^S*#Cj-M`AdUrM10d!DVoo3i>68J|EI|Ac$i4u?dpF;8 eaAKd#xp&p%Y7f)RWgasaCo6diZ(ivYUJ3x3-Xc{1 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 714600644..02868f895 100755 --- a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/decode.py +++ b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/decode.py @@ -779,6 +779,10 @@ def main(): 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", f"test-other"] + test_dl = [test_clean_dl] + #test_dl = [test_clean_dl, test_other_dl] + if 1: