-
Notifications
You must be signed in to change notification settings - Fork 146
Closed
Description
Hi ! Congratulations for your paper and thank you for making the implementation publicly available as well.
Quick question on this function :
def func(edges):
return {out_field: (edges.src[src_field] * edges.dst[dst_field])}
return func
Why do you do a multiplication of K and Q and not a dot product? The dimensions of the scores are [num_edges, num_heads, hidden_dim/num_heads]. But I expect a [num_edges,num_edges] matrix .
You can also reach me here : pietrobonazzi.edu@gmail.com
Hope to hear from you soon , Pietro Bonazzi
Metadata
Metadata
Assignees
Labels
No labels