fix
九耳
2023-03-30 d66d4b7d8377708b4efdf74d54af40008f32b813
fix
1个文件已修改
1个文件已删除
472 ■■■■■ 已修改文件
funasr/runtime/python/onnxruntime/funasr_onnx/punc_bin.py 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
funasr/runtime/python/onnxruntime/funasr_onnx/utils/preprocessor.py 470 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
funasr/runtime/python/onnxruntime/funasr_onnx/punc_bin.py
@@ -86,7 +86,7 @@
                    sentenceEnd = last_comma_index
                    punctuations[sentenceEnd] = self.period
                cache_sent = mini_sentence[sentenceEnd + 1:]
                cache_sent_id = mini_sentence_id[sentenceEnd + 1:]
                cache_sent_id = mini_sentence_id[sentenceEnd + 1:].tolist()
                mini_sentence = mini_sentence[0:sentenceEnd + 1]
                punctuations = punctuations[0:sentenceEnd + 1]
funasr/runtime/python/onnxruntime/funasr_onnx/utils/preprocessor.py
File was deleted