dmlc--dgl
f4a9a455f5
* fix all code tutorial links and typos in texts * sse readme format * fix * sse paper link * gat readme * fix
Graph Attention Networks (GAT)
- Paper link: https://arxiv.org/abs/1710.10903
- Author's code repo: https://github.com/PetarV-/GAT.
Note that the original code is implemented with Tensorflow for the paper.
Results
Run with following (available dataset: "cora", "citeseer", "pubmed")
python gat.py --dataset cora --gpu 0 --num-heads 8