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

Apply GIN to node classification #14

Open
shirinmous opened this issue Jun 10, 2020 · 5 comments
Open

Apply GIN to node classification #14

shirinmous opened this issue Jun 10, 2020 · 5 comments

Comments

@shirinmous
Copy link

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?

@weihua916
Copy link
Owner

weihua916 commented Jun 10, 2020

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.)

@UnitDan
Copy link

UnitDan commented Sep 20, 2020

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?

Would you please share the accuracy of your node classification on the cora dataset?

@gfly007
Copy link

gfly007 commented Aug 9, 2022

would you please tell me how to use the GIN on cora,I don't know how to load the data.

@fioushen
Copy link

fioushen commented Aug 9, 2022 via email

@weihua916
Copy link
Owner

Hi! Please use GIN and Cora in PyG.

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

5 participants