diff --git a/egs/tedlium2/ASR/conformer_ctc3/.decode.py.swp b/egs/tedlium2/ASR/conformer_ctc3/.decode.py.swp index 9bb3cf85e..21f03d6b4 100644 Binary files a/egs/tedlium2/ASR/conformer_ctc3/.decode.py.swp and b/egs/tedlium2/ASR/conformer_ctc3/.decode.py.swp differ diff --git a/egs/tedlium2/ASR/conformer_ctc3/.transformer.py.swp b/egs/tedlium2/ASR/conformer_ctc3/.transformer.py.swp index 2fb51e3bf..d8a24f93f 100644 Binary files a/egs/tedlium2/ASR/conformer_ctc3/.transformer.py.swp and b/egs/tedlium2/ASR/conformer_ctc3/.transformer.py.swp differ 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(