GNN models that output edges #8146
Unanswered
Fanchengyan
asked this question in
Q&A
Replies: 1 comment
-
In general, GNNs are designed to compute node representations. There exists multiple ways to compute edge representations from it:
|
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.
-
Hi all. My research content focuses on edge information. Are there any GNN models that output edges? Or can a GNN network that outputs edges be built using the MessagePassing class? I saw in the section "Passing messages between parts of the graph" in the article https://distill.pub/2021/gnn-intro/ : that information can be passed between edges and nodes. Can we use this
MessagePassing
class to achieve the message passing jusk like in the article? I tried to read the documentation for MessagePassing but didn't understand how to operate it.Beta Was this translation helpful? Give feedback.
All reactions