From 53a5d9fab78dd9ace68383f328c30f70c839c68b Mon Sep 17 00:00:00 2001 From: dohe0342 Date: Wed, 25 Jan 2023 15:41:14 +0900 Subject: [PATCH] from local --- egs/librispeech/ASR/.test.sh.swp | Bin 12288 -> 12288 bytes .../.decode.py.swp | Bin 40960 -> 40960 bytes .../decode.py | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) diff --git a/egs/librispeech/ASR/.test.sh.swp b/egs/librispeech/ASR/.test.sh.swp index b1c5b336d8b525e6fc5ffba55ce9dd27e4b3486a..5128c7db9491b7f67fed7fb4a336af2c1a12a7af 100644 GIT binary patch delta 31 lcmZojXh;xCG6?hZRj|}EU;qLE1_q(i7m{~x*eLc&9{`4@33mVh delta 31 lcmZojXh;xCG6?hZRj|}EU;qLE28Qz|E+mJn-6-}-9{`JW3C92c 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 dbba6fabfc34a351f3b46d833b629657aeac237a..689c0dc2a5fa9c218eeddb161f19ff03c40c6c15 100644 GIT binary patch delta 18 ZcmZoTz|?SnX~P<8=G@Gb&FifLQvgb;2de-8 delta 18 ZcmZoTz|?SnX~P<8=A_K@&FifLQvgb22crN0 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 6d2de331f..082ed1ace 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 = 'big' + option = 'mid' test_clean_cuts = librispeech.test_clean_user(option=option) test_other_cuts = librispeech.test_other_user(option=option)