Skip to content

Commit

Permalink
[Example] Add TorchMetrics in README (dmlc#3913)
Browse files Browse the repository at this point in the history
* Update README.md

* Update README.md

* Update README.md

Co-authored-by: Rhett Ying <[email protected]>
  • Loading branch information
mufeili and Rhett-Ying authored Apr 9, 2022
1 parent adb3a7c commit 01e5062
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/pytorch/cluster_gcn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Dependencies
- Python 3.7+(for string formatting features)
- PyTorch 1.9.0+
- sklearn

- TorchMetrics

## Run Experiments

Expand Down
4 changes: 1 addition & 3 deletions examples/pytorch/graphsage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------

Expand Down
3 changes: 3 additions & 0 deletions examples/pytorch/rgat/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Relational GAT
==============

Requirements:
- TorchMetrics

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

Run
Expand Down

0 comments on commit 01e5062

Please sign in to comment.