Replies: 1 comment 5 replies
-
GCNConv and several other layers, have support for |
Beta Was this translation helpful? Give feedback.
5 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.
-
Hi,
Thanks for this awesome tool : )
I'm working on task with a directional graph.
I would like to have message passing in a bi-directional way but since in-edges and out-edges have different analytical meaning I would like to have different weight matrices - therefore turning the graph into an undirected graph is not the best option.
Are you aware of any implementation that solves my problem?
I guess it might be possible to construct a heterogenous graph with a "src-dst" edge and a "dst-src" edge, but I was wondering if existing solutions are available.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions