PyTorch implementation of Graph Attention Networks
This is a PyTorch implementation of Graph Attention Networks (GAT) from the paper Graph Attention Networks.
In the src
directory, edit the config.json
file to specify arguments and
flags. Then run python main.py
.
datasets.Cora
.