Edge weights in GIN #2155
-
How can I use edge weights with GINConv? I saw that GCN conv has an optional attribute which allows you to use graph weights. Is it not possible to do the same with GINConv? |
Beta Was this translation helpful? Give feedback.
Answered by
reshinthadithyan
Feb 23, 2021
Replies: 1 comment 3 replies
-
I guess, you can use torch_geometric.nn.conv.GINEConv. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
rusty1s
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I guess, you can use torch_geometric.nn.conv.GINEConv.