项目文件夹

文件
Lingfan Yu f4a9a455f5 [Doc] Fix hyperlink in tutorial of tutorals (#260)
* fix all code tutorial links and typos in texts

* sse readme format

* fix

* sse paper link

* gat readme

* fix
2018-12-05 15:04:27 -05:00

443 B

Graph Attention Networks (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