From 09e694a492089dd129e6665e87139e0317fa9b2f Mon Sep 17 00:00:00 2001 From: dohe0342 Date: Tue, 14 Feb 2023 01:23:26 +0900 Subject: [PATCH] from local --- .../ASR/conformer_ctc2/.decode.py.swp | Bin 49152 -> 49152 bytes egs/tedlium2/ASR/conformer_ctc2/decode.py | 8 ++++---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/egs/tedlium2/ASR/conformer_ctc2/.decode.py.swp b/egs/tedlium2/ASR/conformer_ctc2/.decode.py.swp index b04292c6db7defb32b5cc353d6994b6e30e2e13b..35bb2d30438d7beb0826dcc7935fcbfdf5fc30fe 100644 GIT binary patch delta 253 zcmZo@U~Xt&7E3Y+^Ym4))H7fJ0s#hwr^&C9Uk7g#d#BGji<^PLYci*Sdc8V71H)H7 z28J&{dWxU4CjD&FA&cG;zA%!0Ag1l)&gP$AeIN> z6FdwI$ANe)5U&B^)j&K6hzo(Z0Ek0@*b9h(U^5#F2lwRd)@73&^%Xa(+mtftrKFa{ zr{w4;l%y7y02#3i3P1qn6sMLHE7&STD*=@#=_n|H1SdbSGng!8ugeS++Z<@Wz5xKy Cb2$_M delta 220 zcmWN=y$bX29vupUgTL(7RjJ2q?AEM}HvA8wRW9QI diff --git a/egs/tedlium2/ASR/conformer_ctc2/decode.py b/egs/tedlium2/ASR/conformer_ctc2/decode.py index 65f99d9c9..f22a9b9c2 100755 --- a/egs/tedlium2/ASR/conformer_ctc2/decode.py +++ b/egs/tedlium2/ASR/conformer_ctc2/decode.py @@ -974,11 +974,11 @@ def main(): dev_cuts = tedlium.dev_cuts() test_cuts = tedlium.test_cuts() - dev_dl = tedlium.valid_dataloaders(test_clean_cuts) - test_dl = tedlium.test_dataloaders(test_other_cuts) + dev_dl = tedlium.valid_dataloaders(dev_cuts) + test_dl = tedlium.test_dataloaders(test_cuts) - test_sets = ["test-clean", "test-other"] - test_dl = [test_clean_dl, test_other_dl] + test_sets = ["dev", "test"] + test_dl = [dev_dl, test_dl] for test_set, test_dl in zip(test_sets, test_dl): results_dict = decode_dataset(