From df68a83be36bd6346c51b2b32f603436542b740a Mon Sep 17 00:00:00 2001 From: dohe0342 Date: Thu, 26 Jan 2023 11:21:20 +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 67da2e57f58dd49c2ccd0bcb14e4cfd569bd90fc..a5195a0e159815e92d608729b60f32ab730c4ff2 100644 GIT binary patch delta 50 zcmZp8z|`=7Nj%9Q%+puFQqO<^2m}}yG9F({e%`6PQT&xDqrzq;vsJ9jNtx-J*INgc F0054p5NrSd delta 50 zcmZp8z|`=7Nj%9Q%+puFQqO<^2m}}y<~_NPTyjilqxdURMuyEyW~*44bMnhKueS~? F0RWCA5NiMc 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 2e7c4aaf5..3879d3f8c 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 = 'low' + option = 'big' test_clean_cuts = librispeech.test_clean_user(option=option) test_other_cuts = librispeech.test_other_user(option=option)