项目文件夹

文件
Hongzhi (Steve), Chen 704bcaf6dd examples (#5323)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
2023-02-19 08:35:15 +08:00
..
2023-02-19 08:35:15 +08:00

Relational Graph Attention Networks (RGAT)

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

Dependencies

  • torchmetrics

Install as follows:

pip install torchmetrics

How to Run

Run with the following for node classification on ogbn-mag dataset

python train.py

Summary

  • ogbn-mag (test acc.): ~0.3647