Why my accuracy go up that much when use GATConv layers? #5897
Unanswered
WindWalker69
asked this question in
Q&A
Replies: 2 comments 11 replies
-
Are you sure your loss is set up correctly since it currently allows negative values? |
Beta Was this translation helpful? Give feedback.
10 replies
-
Hi, |
Beta Was this translation helpful? Give feedback.
1 reply
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, I'm not sure if somebody can help me here but I try. I'm trying to reproduce the unsupervised scenario of this project https://github.com/fanyun-sun/InfoGraph but using GATConv layers instead of GIN layers.
My project run without errors after a few tries but the accuracies I get are far away from the paper's authors. The problem is not much this however, rather that my accuracy has an oscillating behavior and always remains in a certain range without growing as it should even if only slightly. I don't understand how to get the accuracy trend of the authors of the article, no matter if with lower values. Can someone help me?
Here is my code:
This is my output:
Beta Was this translation helpful? Give feedback.
All reactions