The PyTorch version of GCN implemented by the paper Semi-Supervised Classification with Graph Convolutional Networks.
https://arxiv.org/abs/1609.02907
- Keras: https://github.com/tkipf/keras-gcn
- PyTorch: https://github.com/tkipf/pygcn
- TensorFlow v1: https://github.com/tkipf/gcn
To install requirements:
pip3 install -r requirements.txt