From 19b1733b6166c4019fb1617be9465551e39d0a8a Mon Sep 17 00:00:00 2001 From: dohe0342 Date: Wed, 25 Jan 2023 16:40:40 +0900 Subject: [PATCH] from local --- .../.decode.py.swp | Bin 45056 -> 45056 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 d1ef327e1743d4a533940fa90ff085d1774351fa..2ec0af080062b4103899c16b9634b82d21501667 100644 GIT binary patch delta 41 vcmZp8z|`=7Ni@kI%+puFQqO<^2m}}y?%lbN{CT73bZh3M%=FFctpiH{6wMAU delta 41 vcmZp8z|`=7Ni@kI%+puFQqO<^2m}}yuHCtid}5>MbZh3^%#_XRtpiH{5-AP? 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 b62cec276..22bf20fcc 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)