diff --git a/egs/tedlium2/ASR/conformer_ctc3/.decode_multi.py.swp b/egs/tedlium2/ASR/conformer_ctc3/.decode_multi.py.swp index 5f03243df..2be720f10 100644 Binary files a/egs/tedlium2/ASR/conformer_ctc3/.decode_multi.py.swp and b/egs/tedlium2/ASR/conformer_ctc3/.decode_multi.py.swp differ diff --git a/egs/tedlium2/ASR/conformer_ctc3/decode_multi.py b/egs/tedlium2/ASR/conformer_ctc3/decode_multi.py index ff13ff66c..7ed3a7ea6 100755 --- a/egs/tedlium2/ASR/conformer_ctc3/decode_multi.py +++ b/egs/tedlium2/ASR/conformer_ctc3/decode_multi.py @@ -788,6 +788,8 @@ def main() -> None: test_sets = ["dev"] test_dls = [valid_dl] + + wer_dict = {} for epoch in range(params.start, params.end+1): load_checkpoint(f"{params.exp_dir}/epoch-{epoch}.pt", model) @@ -814,8 +816,6 @@ def main() -> None: save_results(params=params, test_set_name=test_set, results_dict=results_dict) - logging.info("Done!") - torch.set_num_threads(1) # when we import add_model_arguments from train.py