From 4926e661c6f6fe57e028f677d2712887d3395bf3 Mon Sep 17 00:00:00 2001 From: dohe0342 Date: Wed, 25 Jan 2023 17:12:56 +0900 Subject: [PATCH] from local --- .../.data2vec_audio.py.swp | Bin 36864 -> 36864 bytes .../.decode.py.swp | Bin 45056 -> 45056 bytes .../decode.py | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) diff --git a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.data2vec_audio.py.swp b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.data2vec_audio.py.swp index 90e342aee40d1faef48e3c5a2e40d847fc41c928..b8b4519d8b8fcbdff0d70e71167be9e6058c0b0e 100644 GIT binary patch delta 33 ncmZozz|^pSNi4}A%+puFQqO<^2m}}yoSs}r{&sYu*sFd3o$Ctp delta 33 ncmZozz|^pSNi4}A%+puFQqO<^2m}}yrro=ceB;1Iu~+>7pfC#` 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 50edbfe09477babdb4c52675df40bfeb006ee31a..4654a913635f06ecc85dcd4f25ac89b9073f04ec 100644 GIT binary patch delta 18 ZcmZp8z|`=7X~P<8=G@Gb&FifLO8`!q2m1g3 delta 18 ZcmZp8z|`=7X~P<8=A_K@&FifLO8`z(2lD^` 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 7313d2ed5..f638d8eda 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)