From 7a04369da7a54fca6331e0ea59ed4977ed786b14 Mon Sep 17 00:00:00 2001 From: dohe0342 Date: Tue, 14 Feb 2023 15:05:42 +0900 Subject: [PATCH] from local --- .../ASR/conformer_ctc3/.decode.py.swp | Bin 45056 -> 45056 bytes .../ASR/conformer_ctc3/.transformer.py.swp | Bin 57344 -> 57344 bytes egs/tedlium2/ASR/conformer_ctc3/decode.py | 6 ++++-- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/egs/tedlium2/ASR/conformer_ctc3/.decode.py.swp b/egs/tedlium2/ASR/conformer_ctc3/.decode.py.swp index 9bb3cf85e5a5490a5be87c1a6fd7aff6574d61a4..21f03d6b4bf4d0cce75681e8ac6a5d0695900872 100644 GIT binary patch delta 250 zcmXBOF-rmg0LAfla^R&E-qNDz;YH}Ci$v&fA3)r6P;v2wKrpz|O>z=xh{B{Zsn48kc#&-<#jBgN)UYJwByVHarq8=eX^kiJ&_xNy ztQ6xLJA7aT9}lSF8c9Yv;0Nz`!yGe&=%a$#!P{4j7@PQN_%=jHS6ZeE+N;YMH0PH+Om$1mIf delta 209 zcmWm8uMPnL0LSs)neEQM?T#QYQBj;=!kKvl1c3)2m_T=xfb9xTfMBy-5+ssGPmJ@H_Ub+Wnez$o delta 33 ncmZoTz}#?vSuDvQ%+puFQqO<^2m}}y>J(omn;+aL_Ub+Wo!tso diff --git a/egs/tedlium2/ASR/conformer_ctc3/decode.py b/egs/tedlium2/ASR/conformer_ctc3/decode.py index 2b0af80c9..f0c2570a1 100755 --- a/egs/tedlium2/ASR/conformer_ctc3/decode.py +++ b/egs/tedlium2/ASR/conformer_ctc3/decode.py @@ -858,8 +858,10 @@ def main() -> None: valid_dl = tedlium.valid_dataloaders(valid_cuts) test_dl = tedlium.test_dataloaders(test_cuts) - test_sets = ["dev", "test"] - test_dls = [valid_dl, test_dl] + #test_sets = ["dev", "test"] + #test_dls = [valid_dl, test_dl] + test_sets = ["dev"] + test_dls = [test_dl] for test_set, test_dl in zip(test_sets, test_dls): results_dict = decode_dataset(