Edge attributes in multi-layered GNNs #6225
Unanswered
antoni4040
asked this question in
Q&A
Replies: 1 comment
-
I think this is the intended way. Each layer will still learn to transform edge features on its own by passing it through a |
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.
-
Hello. I'm doing this for the layers:
And I do this in the forward pass:
Now, my problem is that the node data change every time, but the edge_attrs remains the same. Is this the intended way to do? Or maybe should I pass the edge_attrs through a linear layer manually? Thanks
Beta Was this translation helpful? Give feedback.
All reactions