diff --git a/icefall/.decode.py.swp b/icefall/.decode.py.swp index 0d80d3790..3a026c86d 100644 Binary files a/icefall/.decode.py.swp and b/icefall/.decode.py.swp differ diff --git a/icefall/decode.py b/icefall/decode.py index 042a91c90..53ab39ecc 100644 --- a/icefall/decode.py +++ b/icefall/decode.py @@ -954,7 +954,6 @@ def rescore_with_attention_decoder( assert nll.shape[0] == len(token_ids) attention_scores = -nll.sum(dim=1) - print(attention_scores.size()) if ngram_lm_scale is None: ngram_lm_scale_list = [0.]