Simple implementation with Pytorch.
gnn/GCN: implementation with nn.Linear
gcn/GCNN: implementation with nn.Parameter
git clone https://github.com/jiseongHAN/GCN.git
cd GCN
pip install -r requirements.txt
- Train with cora datset
python cora.py
Semi-Supervised Classification with Graph Convolutional Networks