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
text_matching/bimpm/graph.py
Line 57 in 14c1a8f
tf.norm(metric1, axis=-1, keep_dims=True) * tf.transpose(tf.norm(metric2, axis=-1, keep_dims=True), perm=[0, 2, 1])
The text was updated successfully, but these errors were encountered:
No branches or pull requests
text_matching/bimpm/graph.py
Line 57 in 14c1a8f
这个地方应该有问题吧?是不是应该这样
tf.norm(metric1, axis=-1, keep_dims=True) * tf.transpose(tf.norm(metric2, axis=-1, keep_dims=True), perm=[0, 2, 1])
The text was updated successfully, but these errors were encountered: