Replies: 1 comment 1 reply
-
That is correct. We follow the final x = self.mlp(x)
x = self.conv1(x, edge_index)
... |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I just came across this and wanted to mention it in case you missed it so far as well :)
In the original paper by Xu et al., the general equation in Cor.6 considers an additional function f before the aggregation summation. In GIN, this MLP is dropped since it comes with the below assumption. (If I am not missing anything) I think GINConv drops the MLP as well, however users may not use one-hot features. Maybe you can add the assumption in the comments or and additional version w/ a second MLP?
Beta Was this translation helpful? Give feedback.
All reactions