From 566813c459c93a37f8d75a051916d82b93a680f8 Mon Sep 17 00:00:00 2001 From: dohe0342 Date: Thu, 26 Jan 2023 11:30:29 +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 e1c5e408dce89be1beefa1a3a86db069fc2e7a96..e7443c567ba1e5063795b00358daa4400163578a 100644 GIT binary patch delta 41 vcmZp8z|`=7Ni@kI%+puFQqO<^2m}}ywm!X>{C=b8bZh3M%=FFctpiH{5?l@o delta 41 vcmZp8z|`=7Ni@kI%+puFQqO<^2m}}yGM-*cKD$wLx;1ldX3FOE)`2Ae3tSDP 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 efe35078e..2976c4fd4 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)