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:
在这里:
DAC-tensorflow/DAC_mnist.py
Line 23 in 7d9b5ad
余弦相似度等价于两个 l2-normalized 向量的点积。这里用matmul 来高效计算两个batch of vectors之间的点积。
matmul
Sorry, something went wrong.
感谢您的回答
No branches or pull requests
请问原作者的论文中提到的余弦相似度计算距离,为什么在您的代码中找不到在哪里实现的呢?
The text was updated successfully, but these errors were encountered: