classification task on unsupervised GCN and GAT #2338
Unanswered
jianchaoji
asked this question in
Q&A
Replies: 2 comments 3 replies
-
I think that the If you think you made some mistakes, it might be a good idea to post your example here :) |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
3 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.
-
These days I'm trying to implement unsupervised GCN and GAT model on classification task. To do so, I'm trying to modify
autoencoder.py
andinfomax_transductive.py
, since they are link prediction task. I have implemented unsupervised GCN on classification task which comes fromautoencoder.py
.But the accurancy is pretty bad(around 40% on Pubmed). I think I make some mistakes when I modified the model. Can I get some advice on how to modify them ?Or, if I want to apply unsupervised GCN and GAT on classification task, it is a better idea to implement my new model.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions