Replies: 1 comment
-
Do you mean something like: out = x[edge_index[0]] - x[edge_index[1]] |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Suppose we have 10 nodes in a graph. Based on the edge_index, I want the difference between the node features attributes.
Something like sub_node_features = w(hpt - hjt). Here p node is the neighboring node for node j from edge index. t represents the number of node feature attributes.
Beta Was this translation helpful? Give feedback.
All reactions