项目文件夹

文件
Mufei Li 01e50626d3 [Example] Add TorchMetrics in README (#3913)
* Update README.md

* Update README.md

* Update README.md

Co-authored-by: Rhett Ying <85214957+Rhett-Ying@users.noreply.github.com>
2022-04-09 23:25:51 +08:00
..

Relational GAT

Requirements:

  • TorchMetrics

This is an adaptation of RGCN where the graph convolution is replaced with graph attention.

Run

python rgat.py

to see the results.