diff --git a/egs/tedlium3/ASR/pruned_transducer_stateless_d2v_v2/.decode.py.swp b/egs/tedlium3/ASR/pruned_transducer_stateless_d2v_v2/.decode.py.swp index f14c8a0ae..faf23a073 100644 Binary files a/egs/tedlium3/ASR/pruned_transducer_stateless_d2v_v2/.decode.py.swp and b/egs/tedlium3/ASR/pruned_transducer_stateless_d2v_v2/.decode.py.swp differ diff --git a/egs/tedlium3/ASR/pruned_transducer_stateless_d2v_v2/decode.py b/egs/tedlium3/ASR/pruned_transducer_stateless_d2v_v2/decode.py index b30392db9..640781946 100755 --- a/egs/tedlium3/ASR/pruned_transducer_stateless_d2v_v2/decode.py +++ b/egs/tedlium3/ASR/pruned_transducer_stateless_d2v_v2/decode.py @@ -542,8 +542,6 @@ def decode_dataset( results = defaultdict(list) for batch_idx, batch in enumerate(dl): - print(batch) - texts = batch["supervisions"]["text"] texts = [text.upper() for text in texts] @@ -558,10 +556,6 @@ def decode_dataset( batch=batch, ) - print('-'*20) - print(hyps_dict) - print('-'*20) - for name, hyps in hyps_dict.items(): this_batch = [] assert len(hyps) == len(texts)