From f542db0f8498202e0d4ab2bc1902c5b208519b84 Mon Sep 17 00:00:00 2001 From: dohe0342 Date: Wed, 15 Feb 2023 18:14:23 +0900 Subject: [PATCH] from local --- .../ASR/conformer_ctc3/.decode.py.swp | Bin 49152 -> 49152 bytes egs/tedlium2/ASR/conformer_ctc3/decode.py | 6 ++++-- 2 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 a61ae32ceafbe00bbc6efd04e09d6616b3f2113f..a6c7de9b0b73e5cc9952f18edefbb66bff57f7e1 100644 GIT binary patch delta 243 zcmXBOF-rmg0EXf3xC5_D=mw_)JMM-WZ4eYL@b9!E$LW_3a9xndOwoJc*GU@ zXyCUhePfL`Ebxi}IygfO+e7IG8_Y4o6EdW@#woT3(h5UdBEX+5S37c+nBWF6x@g&@ pVY!v^zTL4-ZsoBoNwd2&$x`pai~T|J?C<}en1+E7l%HYm 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 = [valid_dl] for test_set, test_dl in zip(test_sets, test_dls): results_dict = decode_dataset(