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
请问预测的相似度和不相似度的百分数具体是怎么计算出来的,最后一层的处理步骤能说下吗
The text was updated successfully, but these errors were encountered:
最后一个全连接层的输出维度为2,然后通过softmax计算后的维度还是2,第一个维度的值就认为是不相似的概率,第二个维度的值认为是相似的概率。
Sorry, something went wrong.
No branches or pull requests
请问预测的相似度和不相似度的百分数具体是怎么计算出来的,最后一层的处理步骤能说下吗
The text was updated successfully, but these errors were encountered: