Message passing aggregation arbitrary function #3510
Unanswered
diegocervera
asked this question in
Q&A
Replies: 2 comments
-
You could override the |
Beta Was this translation helpful? Give feedback.
0 replies
-
Useful relevant discussion: #3197 |
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.
-
Currently the MessagePassing class has three different aggregation schemes: 'add', 'mean' or 'max'. Would it be possible to use an arbitrary function to aggregate the messages, e.g. a GRU?
Beta Was this translation helpful? Give feedback.
All reactions