项目文件夹

文件
VoVAllen 0f12763725 [Model] Early stop GAT (#750)
* Add early stop

* add mxnet version

* Poke ci
2019-08-21 14:58:56 +08:00
..
2019-06-08 21:41:38 -04:00
2019-06-08 21:41:38 -04:00
2019-08-21 14:58:56 +08:00
2019-08-21 14:58:56 +08:00

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 --num-heads 8