项目文件夹

文件
Mufei Li c380f0b5fa Update gatv2.py (#3921)
Co-authored-by: Quan (Andy) Gan <coin2028@hotmail.com>
2022-04-13 09:47:52 +08:00
..
2022-04-13 09:47:52 +08:00
2021-11-03 21:55:56 +08:00
2021-11-03 21:55:56 +08:00

Graph Attention Networks v2 (GATv2)

Dependencies

  • torch
  • requests
  • sklearn

How to run

Run with following:

python3 train.py --dataset=cora
python3 train.py --dataset=citeseer
python3 train.py --dataset=pubmed

Results

Dataset Test Accuracy
Cora 82.10
Citeseer 70.00
Pubmed 77.2
  • All the accuracy numbers are obtained after 200 epochs.