Skip to content

Commit

Permalink
update Readme (dmlc#2068)
Browse files Browse the repository at this point in the history
Co-authored-by: Ubuntu <[email protected]>
  • Loading branch information
classicsong and Ubuntu authored Aug 19, 2020
1 parent ef976be commit 8f3e423
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions examples/pytorch/ogb/deepwalk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,7 @@ Speeding-up with mixed CPU & multi-GPU. The used parameters are the same as abov

## OGB Dataset
### How to load ogb data
To load ogb dataset, you need to run the following command, which will output a network file, ogbl-collab-net.txt:
```
python3 load_dataset.py --name ogbl-collab
```
Or you can run the code directly with:
You can run the code directly with:
```
python3 deepwalk --ogbl_name xxx --load_from_ogbl
```
Expand Down

0 comments on commit 8f3e423

Please sign in to comment.