"git@developer.sourcefind.cn:OpenDAS/vision.git" did not exist on "9aff5677b5344f653fc0194b03b6325fd9be2813"
Unverified Commit ff64bd0d authored by Da Zheng's avatar Da Zheng Committed by GitHub
Browse files

add warning for a bug in README (#2665)

parent 0cbaa1fb
...@@ -70,6 +70,10 @@ After runing this command, user can find a folder called ``graphsage`` on each m ...@@ -70,6 +70,10 @@ After runing this command, user can find a folder called ``graphsage`` on each m
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.
**Note**: There is a known bug in Python 3.8. The training process hangs when running multiple sampling processes for each training process.
Please set the number of sampling processes to 0 if you are using Python 3.8.
```bash ```bash
python3 ~/dgl/tools/launch.py \ python3 ~/dgl/tools/launch.py \
--workspace ~/graphsage/ \ --workspace ~/graphsage/ \
......
...@@ -80,6 +80,10 @@ Users need to copy the training script to the workspace directory on remote mach ...@@ -80,6 +80,10 @@ Users need to copy the training script to the workspace directory on remote mach
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.
**Note**: There is a known bug in Python 3.8. The training process hangs when running multiple sampling processes for each training process.
Please set the number of sampling processes to 0 if you are using Python 3.8.
```bash ```bash
python3 ~/dgl/tools/launch.py \ python3 ~/dgl/tools/launch.py \
--workspace ~/rgcn/ \ --workspace ~/rgcn/ \
......
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