allenhaozhu / SSGC

Implementation for Simple Spectral Graph Convolution in ICLR 2021
Other
80 stars 17 forks source link

Hyper-parameters of SGC on OGB datasets. #17

Open Leon-0602 opened 1 year ago

Leon-0602 commented 1 year ago

Dear authors, I am reimplementing SGC on the ogbn-arxiv dataset, but I cannot find the expected test accuracy of SGC on the dataset except for your paper (68.78±0.02).

Could you please tell me the hyper-parameters of SGC on the ogbn-arxiv dataset such that I can reproduce the test accuracy 68.78±0.02?

Many thanks!

allenhaozhu commented 1 year ago

Sorry, it is a little bit long time (I have changed new PC). But one thing I can make sure is I modified the official code from OGB like replace MLP as linear classifier, training epoch and the propagation number.