We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Notice: In order to resolve issues more efficiently, please raise issue following the template. (注意:为了更加高效率解决您遇到的问题,请按照模板提问,补充细节)
使用SenseVoiceSmall模型,如何返回情感识别结果的置信度信息呢?
The text was updated successfully, but these errors were encountered:
ctc_logits = self.ctc.log_softmax(encoder_out) 第2个token为情感概率分布
ctc_logits = self.ctc.log_softmax(encoder_out)
SenseVoice/model.py
Line 855 in 969634b
Sorry, something went wrong.
No branches or pull requests
Notice: In order to resolve issues more efficiently, please raise issue following the template.
(注意:为了更加高效率解决您遇到的问题,请按照模板提问,补充细节)
❓ Questions and Help
使用SenseVoiceSmall模型,如何返回情感识别结果的置信度信息呢?
The text was updated successfully, but these errors were encountered: