mirror of
https://github.com/dragen1860/TensorFlow-2.x-Tutorials.git
synced 2021-05-12 18:32:23 +03:00
463 B
463 B
Graph Convolution Network for TF2
GCN implementation for paper: Semi-Supervised Classification with Graph Convolutional Networks
Benchmark
| dataset | Citeseea | Cora | Pubmed | NELL |
|---|---|---|---|---|
| GCN(official) | 70.3 | 81.5 | 79.0 | 66.0 |
| This repo. | 81.8 | 78.9 |
HOWTO
python train.py
