"...sampling/git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "c0ac2f60b7e6622bae3a5b8a79686f55bc7b4ae3"
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 ...@@ -10,7 +10,7 @@ Dependencies
- Python 3.7+(for string formatting features) - Python 3.7+(for string formatting features)
- PyTorch 1.9.0+ - PyTorch 1.9.0+
- sklearn - sklearn
- TorchMetrics
## Run Experiments ## Run Experiments
......
...@@ -9,13 +9,11 @@ Advanced usages, including how to run pure GPU sampling, how to train with PyTor ...@@ -9,13 +9,11 @@ Advanced usages, including how to run pure GPU sampling, how to train with PyTor
Requirements Requirements
------------ ------------
- requests
```bash ```bash
pip install requests pip install requests torchmetrics
``` ```
Results Results
------- -------
......
Relational GAT Relational GAT
============== ==============
Requirements:
- TorchMetrics
This is an adaptation of RGCN where the graph convolution is replaced with graph attention. This is an adaptation of RGCN where the graph convolution is replaced with graph attention.
Run 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