PyG implementation of GCN (Semi-Supervised Classification with Graph Convolutional Networks, ICLR 2017).
Datasets: CiteSeer, Cora, PubMed, NELL.
pytorch==1.10.1+cu111
torch-geometric==2.0.3
python gcn.py
dataset | Citeseer | Cora | Pubmed | NELL |
---|---|---|---|---|
acc | 58.40 | 65.90 | 77.80 | 66.25 |