Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add GNN checkpoint link #1753

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions upcomming_benchmarks/graph/R-GAT/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,8 @@ pip install torch-geometric torch-scatter torch-sparse -f https://data.pyg.org/w
Follow instalation instructions at: https://github.com/alibaba/graphlearn-for-pytorch.git

### Download model

TODO: fix a ckpt url
```bash
mkdir -p $MODEL_PATH
wget <checkpoint url>
```
#### MLCommons Members Downloads
You can find the checkpoint in the [MLCommons drive](https://drive.google.com/file/d/1J8TkLNVVjqNy-aRbctu6DAVemUW1y7Tt/view?usp=drive_link)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pgmpablo157321 can this be please hosted in MLCommons cloud as the gdrive links are not allowed for automated downloads beyond a limit?


### Download and setup dataset
#### Debug Dataset
Expand Down
Loading