-
Notifications
You must be signed in to change notification settings - Fork 222
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
Apply GIN to node classification #14
Comments
Hi, thanks for your interest. That's not surprising because we do not need expressive power in those node classification datasets. GIN is most useful when we really need expressive power (e.g., graph classification, or node classification with non-rich node features.) |
Would you please share the accuracy of your node classification on the cora dataset? |
would you please tell me how to use the GIN on cora,I don't know how to load the data. |
这是来自QQ邮箱的自动回复邮件。您好,申园园已收到您的邮件,谢谢。
|
Hi! Please use GIN and Cora in PyG. |
Hi and thanks for sharing your code.
When applying GIN to node classification task for example on cora dataset, the accuracy is low.
You said in the paper that for mean aggregation and linear function GIN is GCN. I use the DGL implementation of GIN for node classification but I can't produce accuracy near to GCN.
IS there a need for some preprocessing when applying GIN on node classification?
The text was updated successfully, but these errors were encountered: