diff --git a/egs/tedlium2/ASR/conformer_ctc3/.decode.py.swp b/egs/tedlium2/ASR/conformer_ctc3/.decode.py.swp index a61ae32ce..a6c7de9b0 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/decode.py b/egs/tedlium2/ASR/conformer_ctc3/decode.py index 7e3d70e91..a1e055a5c 100755 --- a/egs/tedlium2/ASR/conformer_ctc3/decode.py +++ b/egs/tedlium2/ASR/conformer_ctc3/decode.py @@ -859,8 +859,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 = [valid_dl] for test_set, test_dl in zip(test_sets, test_dls): results_dict = decode_dataset(