From 91634756500608b9e7514f68f1c8f53a45ac7acc Mon Sep 17 00:00:00 2001 From: dohe0342 Date: Sat, 25 Feb 2023 18:31:39 +0900 Subject: [PATCH] from local --- icefall/.decode.py.swp | Bin 65536 -> 65536 bytes icefall/decode.py | 1 - 2 files changed, 1 deletion(-) diff --git a/icefall/.decode.py.swp b/icefall/.decode.py.swp index 0d80d3790cdd9cd64ce16d7cab5e2d77e06f9966..3a026c86dcd6894798a1f013c06f8ccb9dd26527 100644 GIT binary patch delta 109 zcmZo@U}1wb6T`QnAe9Fr4nv2LDo)09!JpeQr1L?f}J iBsH%jGe0lBI61#4wOFq>vno|XQ**Q2Qxn!j4-^2g#wtVr 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.]