Skip to content
This repository was archived by the owner on Feb 21, 2025. It is now read-only.

Files

Latest commit

23d0905 · Sep 26, 2022

History

History
This branch is 1690 commits behind dmlc/dgl:master.

gatv2

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 3, 2021
Sep 26, 2022
Sep 26, 2022

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.