Unverified Commit 01e50626 authored by Mufei Li's avatar Mufei Li Committed by GitHub
Browse files

[Example] Add TorchMetrics in README (#3913)



* Update README.md

* Update README.md

* Update README.md
Co-authored-by: default avatarRhett Ying <85214957+Rhett-Ying@users.noreply.github.com>
parent adb3a7c1
......@@ -10,7 +10,7 @@ Dependencies
- Python 3.7+(for string formatting features)
- PyTorch 1.9.0+
- sklearn
- TorchMetrics
## Run Experiments
......
......@@ -9,13 +9,11 @@ Advanced usages, including how to run pure GPU sampling, how to train with PyTor
Requirements
------------
- requests
```bash
pip install requests
pip install requests torchmetrics
```
Results
-------
......
Relational GAT
==============
Requirements:
- TorchMetrics
This is an adaptation of RGCN where the graph convolution is replaced with graph attention.
Run
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment