diff --git a/egs/tedlium2/ASR/conformer_ctc3/.decode_multi.py.swp b/egs/tedlium2/ASR/conformer_ctc3/.decode_multi.py.swp index 2be720f10..3276f3729 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 7ed3a7ea6..7a5275cfc 100755 --- a/egs/tedlium2/ASR/conformer_ctc3/decode_multi.py +++ b/egs/tedlium2/ASR/conformer_ctc3/decode_multi.py @@ -633,6 +633,8 @@ def save_results( for key, val in test_set_wers: s += "{}\t{}{}\n".format(key, val, note) note = "" + print(key) + print(val) logging.info(s) @@ -816,7 +818,6 @@ def main() -> None: save_results(params=params, test_set_name=test_set, results_dict=results_dict) - torch.set_num_threads(1) # when we import add_model_arguments from train.py # we enforce torch.set_num_interop_threads(1) in it,