Replies: 1 comment 1 reply
-
For example, how to implement GatedGCN-E mentioned in paper Benchmarking Graph Neural Networks. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
It seems that
self.aggregate
only returns the updated node features.I want to update my
edge_attr
and pass is to the next layer. How to implement myMessagePassing
model ?Beta Was this translation helpful? Give feedback.
All reactions