chennnM / GCNII

PyTorch implementation of "Simple and Deep Graph Convolutional Networks"
325 stars 72 forks source link

running code on Citeseer and Pubmed datasets #19

Open Affanabbbas opened 2 years ago

Affanabbbas commented 2 years ago

How w to run the code on citeeseer and pubmed datasets?

AlgRUC commented 2 years ago

How w to run the code on citeeseer and pubmed datasets?

Hi, We apologize for the delay. For citeseer and pubmed, you can run "sh semi.sh" or "sh full.sh" directly, or run the following script python -u train.py --data citeseer --layer 32 --hidden 256 --lamda 0.6 --dropout 0.7 --test python -u train.py --data pubmed --layer 16 --hidden 256 --lamda 0.4 --dropout 0.5 --wd1 5e-4 --test