项目文件夹

文件
2022-09-29 22:42:34 -04:00
..
2022-09-28 21:30:52 +08:00
2022-09-29 22:42:34 -04:00

Graph Convolutional Networks (GCN)

How to run

Sparse tensor GraphConv module

Run with the following (available dataset: "cora", "citeseer", "pubmed")

python3 train.py --dataset cora

Summary

  • cora: ~0.810 (paper: 0.815)
  • citeseer: ~0.707 (paper: 0.703)
  • pubmed: ~0.792 (paper: 0.790)