Question: Is GCNConv only available for undirected graphs? #4954
Struggle-Forever
started this conversation in
General
Replies: 1 comment 3 replies
-
Yes, it should only be used for undirected graphs. If you want to apply it to directed graphs, I suggest you apply two out = conv1(x, edge_index) + conv2(x, edge_index.flip([0])) |
Beta Was this translation helpful? Give feedback.
3 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.
Uh oh!
There was an error while loading. Please reload this page.
-
GCNConv()
Beta Was this translation helpful? Give feedback.
All reactions