From 13e1129d417c5fe71bac496f63b59afebd0d4d48 Mon Sep 17 00:00:00 2001 From: dohe0342 Date: Thu, 26 Jan 2023 11:27:41 +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 00ef5e94ea046f86e5fcd0267875d9ee9d14efe3..b8b70d1e723181eb6b304bc3fa09b52ae4b9c53b 100644 GIT binary patch delta 42 wcmZp8z|`=7Ni4}A%+puFQqO<^2m}}y_@7=(mhavuHqDwjC%=62dh5Uv01HnIK>z>% delta 42 wcmZp8z|`=7Ni4}A%+puFQqO<^2m}}y);zhGys>Me*feYAq|Efq>#YMz03M1CP5=M^ 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 72143a240..f7971f87d 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 = 'low' test_clean_cuts = librispeech.test_clean_user(option=option) test_other_cuts = librispeech.test_other_user(option=option)