-
Notifications
You must be signed in to change notification settings - Fork 181
bimpm attentive_match #11
Copy link
Copy link
Open
Description
Line 57 in 14c1a8f
| n = tf.norm(v1, axis=2, keep_dims=True) * tf.norm(v2, axis=2, keep_dims=True) |
这个地方应该有问题吧?是不是应该这样
tf.norm(metric1, axis=-1, keep_dims=True) * tf.transpose(tf.norm(metric2, axis=-1, keep_dims=True), perm=[0, 2, 1])Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels