"docs/source/api/python/dgl.sparse_v0.rst" did not exist on "701c6fe75442918916d2a075323c90668ecfa222"
Commit 3b1978a3 authored by Da Zheng's avatar Da Zheng
Browse files

fix.

parent 51651eca
...@@ -147,7 +147,7 @@ This script generates partitioned graphs and store them in the directory called ...@@ -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` 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. specify relative paths to the path of the workspace.
The command below launches one training process on each machine and each training process has 4 sampling processes. The command below launches one training process on each machine and each training process has 0 sampling processes.
```bash ```bash
python3 ~/workspace/dgl/tools/launch.py \ python3 ~/workspace/dgl/tools/launch.py \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment