How to use GINEConv with the HeteroConv wrapper? #4484
Unanswered
DogitoErgoSum
asked this question in
Q&A
Replies: 2 comments 5 replies
-
You can instantiate the MLP directly inside from torch_geometric import MLP, GINEConv
GINEConv(MLP([-1, hidden_channels, hidden_channels])) Keep in mind that this will only work for node types of same feature dimensionality! |
Beta Was this translation helpful? Give feedback.
5 replies
-
Should fix this :) |
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.
-
I am using the latter to create the GINEConv convolutions but i cannot find a way to add the neural networks in this loop. How am I supposed to do that?
Beta Was this translation helpful? Give feedback.
All reactions