Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dgl
Commits
ff64bd0d
"git@developer.sourcefind.cn:OpenDAS/deepspeed.git" did not exist on "2dea61f285ba245171a93672a90d7652b2608a30"
Unverified
Commit
ff64bd0d
authored
Feb 16, 2021
by
Da Zheng
Committed by
GitHub
Feb 16, 2021
Browse files
add warning for a bug in README (#2665)
parent
0cbaa1fb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
examples/pytorch/graphsage/experimental/README.md
examples/pytorch/graphsage/experimental/README.md
+4
-0
examples/pytorch/rgcn/experimental/README.md
examples/pytorch/rgcn/experimental/README.md
+4
-0
No files found.
examples/pytorch/graphsage/experimental/README.md
View file @
ff64bd0d
...
...
@@ -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`
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
python3 ~/dgl/tools/launch.py
\
--workspace
~/graphsage/
\
...
...
examples/pytorch/rgcn/experimental/README.md
View file @
ff64bd0d
...
...
@@ -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`
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
python3 ~/dgl/tools/launch.py
\
--workspace
~/rgcn/
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment