weihua916 / powerful-gnns

How Powerful are Graph Neural Networks?
MIT License
1.16k stars 223 forks source link

Apply GIN to node classification #14

Open shirinmous opened 4 years ago

shirinmous commented 4 years ago

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 commented 4 years ago

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 commented 3 years ago

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 commented 1 year ago

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

fioushen commented 1 year ago

这是来自QQ邮箱的自动回复邮件。您好,申园园已收到您的邮件,谢谢。

weihua916 commented 1 year ago

Hi! Please use GIN and Cora in PyG.