Skip to content

Latest commit

 

History

History
 
 

gcn

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Graph Convolutional Networks (GCN)

How to run

DGL built-in 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)