Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Predicting node degree #74

Open
WilliamKRobert opened this issue May 8, 2021 · 0 comments
Open

Predicting node degree #74

WilliamKRobert opened this issue May 8, 2021 · 0 comments

Comments

@WilliamKRobert
Copy link

Hi, I am making a simple experiment in which GCN is used to predict node degree (it sounds silly to do that as node degree is easy to compute; it is just for understanding the behaviour of GCN anyway). The only change to original code is replacing loss function with L1 loss and modify GCN to output regression predictions instead of classification probability. However, the accuracy of prediction is bad; the network gives completely wrong predictions. I would expect that this task was super simple for GCN to learn. Any suggestions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant