diff --git a/egs/tedlium2/ASR/conformer_ctc3/.decode.py.swp b/egs/tedlium2/ASR/conformer_ctc3/.decode.py.swp new file mode 100644 index 000000000..955f5f45f Binary files /dev/null and b/egs/tedlium2/ASR/conformer_ctc3/.decode.py.swp differ diff --git a/egs/tedlium2/ASR/conformer_ctc3/decode.py b/egs/tedlium2/ASR/conformer_ctc3/decode.py index ba56a39c5..2b0af80c9 100755 --- a/egs/tedlium2/ASR/conformer_ctc3/decode.py +++ b/egs/tedlium2/ASR/conformer_ctc3/decode.py @@ -858,10 +858,8 @@ 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_dls = [dev_dl] + test_sets = ["dev", "test"] + test_dls = [valid_dl, test_dl] for test_set, test_dl in zip(test_sets, test_dls): results_dict = decode_dataset(