Replies: 1 comment 6 replies
-
Note that you shouldn't apply |
Beta Was this translation helpful? Give feedback.
6 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 have multiple graphs with different sizes of nodes. I am using the nodes features and for edge features, I am trying to use euclidean distance between each pair of node features. sometimes the labels for nodes with label 1 are higher than the nodes with labels 0 and sometimes 0s are higher than 1 in each of graphs, even sometimes a graph nodes has only labels 0. I tried to train a GCN model using the node features and edge features of 80 percent of the graphs in the dataset. after running the trained GCN on the test part which is on 10 percent of the graphs, here is what I see in the output:
and here is my code:
I am wondering if my code has a problem so it can not predict well at all. I appreciate if anyone can suggest me a solution regarding the issue. Also do you have suggestion to use other types of GNN instead of GCN to have better result in this situation?
Beta Was this translation helpful? Give feedback.
All reactions