游雁
2024-06-17 7c4cfcfab4f4270c344bd07e1622eb84f85100e3
decoding
1个文件已修改
2 ■■■ 已修改文件
funasr/models/llm_asr/model.py 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
funasr/models/llm_asr/model.py
@@ -1018,7 +1018,7 @@
            for turn_id in range(fbank_beg.shape[1]):
                fbank_beg_idx = fbank_beg[batch_idx, turn_id].item()
                if fbank_beg[batch_idx, turn_id] > 0:
                if fbank_beg_idx > 0:
                    speech_token_len = fake_token_len[batch_idx, turn_id]
                    speech_token = encoder_out[speech_idx, :speech_token_len, :]