Skip to content

Commit

Permalink
[Doc] Typo in command example. (dmlc#2816)
Browse files Browse the repository at this point in the history
* Typo in command example. 

process_nowplaying_rs.py is the right name under this folder.

* Update README.md

* Update README.md

Co-authored-by: Quan (Andy) Gan <[email protected]>
  • Loading branch information
HuangLED and BarclayII authored Apr 7, 2021
1 parent 672e322 commit 2980137
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/pytorch/pinsage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

- dask
- pandas
- torchtext
- torchtext==0.5

## Prepare datasets

Expand All @@ -20,7 +20,7 @@

1. Download and extract the Nowplaying-rs dataset from https://zenodo.org/record/3248543/files/nowplayingrs.zip?download=1
into the current directory.
2. Run `python preprocess_nowplaying_rs.py ./nowplaying_rs_dataset ./data.pkl
2. Run `python process_nowplaying_rs.py ./nowplaying_rs_dataset ./data.pkl`

## Run model

Expand Down

0 comments on commit 2980137

Please sign in to comment.