Skip to content

Commit

Permalink
Update examples/pytorch/graphsage/experimental/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Minjie Wang <[email protected]>
  • Loading branch information
zheng-da and jermainewang authored Jan 20, 2022
1 parent 3b1978a commit 14ab462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/pytorch/graphsage/experimental/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ This script generates partitioned graphs and store them in the directory called
DGL provides a script to launch the training job in the cluster. `part_config` and `ip_config`
specify relative paths to the path of the workspace.

The command below launches one training process on each machine and each training process has 0 sampling processes.
The command below launches one process per machine for both sampling and training.

```bash
python3 ~/workspace/dgl/tools/launch.py \
Expand Down

0 comments on commit 14ab462

Please sign in to comment.