SSGC icon indicating copy to clipboard operation
SSGC copied to clipboard

OGB Hyperparameters

Open Timob12 opened this issue 3 years ago • 3 comments
trafficstars

Hello, are there any specific hyperparameters one should use when trying to reproduce the OGB node classification results? I extended the approach from the cora, citeseer, and pubmed dataset to the OGB-arxiv dataset but only achieve ~50% accuracy and not 70% as stated in the paper. This is especially weird because the cora, citeseer, and pubmed results are all agreeing with the ones in the paper. Also, your link to the preprocessed files is not working ("https://drive.google.com/drive/u/0/my-drive").

Timob12 avatar Jan 29 '22 07:01 Timob12

Sorry, can you share with me how do you train ogb-arxiv? Usually, I will use ssgc to get embedding and then train a mlp as a classifier. That's why I provide two different files

allenhaozhu avatar Jan 29 '22 10:01 allenhaozhu

Sorry, I made a mistake when multiplying the matrices. It is working now and I get similar results. However, the link to the preprocessed files in you document classification directory is still not accessable.

Timob12 avatar Feb 02 '22 03:02 Timob12

Sorry, I made a mistake when multiplying the matrices. It is working now and I get similar results. However, the link to the preprocessed files in you document classification directory is still not accessable.

I guess you need to generate intermediate files by yourself because these files are too big. I follow the guideline from TextGCN.

allenhaozhu avatar Feb 02 '22 11:02 allenhaozhu