This is the home repository of the Gated Graph Attention Network (GGAT).
This implementation makes use of the Cora dataset from [1].
The model has been verified in the following software environment:
- PyTorch 1.3.1
- Python 3.6.9
Example for Cora dataset:
python train.py --dataset cora
[1] Sen et al., Collective Classification in Network Data, AI Magazine 2008