Problem where only the features of the edges are important. #4971
Unanswered
MehdiZouitine
asked this question in
Q&A
Replies: 2 comments 5 replies
-
Can't you just sum the edge weights? |
Beta Was this translation helpful? Give feedback.
3 replies
-
Do you know how to handle it ? |
Beta Was this translation helpful? Give feedback.
2 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.
-
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.
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