From 2dfe50e1d5ae3a19d0736bce06027b9034cd520d Mon Sep 17 00:00:00 2001 From: dohe0342 Date: Wed, 25 Jan 2023 15:20:50 +0900 Subject: [PATCH] from local --- .../.decode.py.swp | Bin 40960 -> 40960 bytes .../decode.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) 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 f2abc7bc6da26595bb0c6de0c3f400084a5fc357..20d91f589216bacba3dd5622a49ac18722dd059a 100644 GIT binary patch delta 41 vcmZoTz|?SnNi@kI%+puFQqO<^2m}}yEKXfW7TYK~-I_TmGkx=V>%bHM@)`_D delta 41 vcmZoTz|?SnNi@kI%+puFQqO<^2m}}yq)uH(X5J_|-I_T!GiCF7>%bHM?>Y=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 082ed1ace..6d2de331f 100755 --- a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/decode.py +++ b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/decode.py @@ -775,7 +775,7 @@ def main(): #test_clean_cuts = librispeech.test_clean_cuts(option='male') #test_other_cuts = librispeech.test_other_cuts(option='male') - option = 'mid' + option = 'big' test_clean_cuts = librispeech.test_clean_user(option=option) test_other_cuts = librispeech.test_other_user(option=option)