项目文件夹

文件
Israt Nisa 765d725e15 [Sparse] GAT example using sparse operator (#4645)
* GAT example

* Complete GAT and Add README

* Update

Co-authored-by: Israt Nisa <nisisrat@amazon.com>
Co-authored-by: czkkkkkk <zekucai@gmail.com>
2022-09-29 21:45:04 +08:00
..

Graph Attention Networks (GAT)

How to run

Sparse tensor GATConv module

Run with the following (available dataset: "cora", "citeseer", "pubmed")

python3 train.py --dataset cora

Summary

  • cora: ~0.810
  • citeseer: ~0.697
  • pubmed: ~0.774