From 747babcfe6ea3e4409a745bd5fe6e68170babd32 Mon Sep 17 00:00:00 2001 From: dohe0342 Date: Tue, 31 Jan 2023 17:43:43 +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 380dd83e3a02e70021838d2e5255ee1d4c3eb54e..99d0d82715fc9b1529128139c23d2c8971c63345 100644 GIT binary patch delta 42 wcmZp8z|`=7Ni4}A%+puFQqO<^2m}}ywp_W9ydZO<7>^ZmQfB&QRjb>j02H1LkN^Mx delta 42 wcmZp8z|`=7Ni4}A%+puFQqO<^2m}}yW*@(iyfk{F7>^ZmPJa1jRjb>j01`S4fdBvi 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 063566c68..7137d082a 100755 --- a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/decode.py +++ b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/decode.py @@ -783,7 +783,7 @@ def main(): test_dl = [test_clean_dl, test_other_dl] if 1: - option = 'low' + option = 'big' test_clean_cuts = librispeech.test_clean_user(option=option) test_other_cuts = librispeech.test_other_user(option=option) test_clean_dl = librispeech.test_dataloaders(test_clean_cuts)