GNN when only edge attributes are important [V2] #4976
Unanswered
MehdiZouitine
asked this question in
Q&A
Replies: 1 comment
-
One way to handle this would be to create some
|
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.
-
Hello,
I've been stuck with this problem for a few days.

I have a graph where only the weights of the edges are important (TSP with the cost of the edges between each city).
Is there a GNN layer that can learn a good node representation from the edges only?
Another simple problem that I can't solve:
Knowing a graph with weighted edges : train a GNN to predict the total weight of the graph.
Of course I can do the sum and not use GNN because the problem is trivial.
I would just like to know if a GNN is able to handle a graph with only edge features.
I have tried several types of graph convolution but it doesn't work...
Thanks you very much
Beta Was this translation helpful? Give feedback.
All reactions