Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 679 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 679 Bytes

Graph Attention Networks (GAT)

Note that the original code is implemented with Tensorflow for the paper.

Dependencies

  • MXNet nightly build
  • requests
pip install mxnet --pre
pip install requests

Usage (make sure that DGLBACKEND is changed into mxnet)

DGLBACKEND=mxnet python3 train.py --dataset cora --gpu 0
DGLBACKEND=mxnet python3 train.py --dataset citeseer --gpu 0 --early-stop
DGLBACKEND=mxnet python3 train.py --dataset pubmed --gpu 0 --early-stop