From e8ffb1736bf82bebdd4b119fce520870e599cc0a Mon Sep 17 00:00:00 2001 From: dohe0342 Date: Wed, 25 Jan 2023 15:45:04 +0900 Subject: [PATCH] from local --- .../.decode.py.swp | Bin 40960 -> 40960 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 689c0dc2a5fa9c218eeddb161f19ff03c40c6c15..9a2044244d86b9b1b5e9b318d3fde790c162702b 100644 GIT binary patch delta 42 wcmZoTz|?SnNi4}A%+puFQqO<^2m}}yxXxclp1f(J*feYAoc!|5>#YM*00>bHZ~y=R delta 42 wcmZoTz|?SnNi4}A%+puFQqO<^2m}}yoK9Uxw%f2#Y??K5Zf45n_11wY00wjoGynhq 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 082ed1ace..e3028c309 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 = 'low' test_clean_cuts = librispeech.test_clean_user(option=option) test_other_cuts = librispeech.test_other_user(option=option)