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
7a816f47
Unverified
Commit
7a816f47
authored
Jun 02, 2021
by
Da Zheng
Committed by
GitHub
Jun 02, 2021
Browse files
[Doc] Minor fix on the distributed training doc. (#2968)
Co-authored-by:
Zheng
<
dzzhen@3c22fba32af5.ant.amazon.com
>
parent
f8d6bf8e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
python/dgl/distributed/dist_graph.py
python/dgl/distributed/dist_graph.py
+0
-6
No files found.
python/dgl/distributed/dist_graph.py
View file @
7a816f47
...
...
@@ -422,12 +422,6 @@ class DistGraph:
... labels = g.ndata['labels'][block.dstdata[dgl.NID]]
... pred = model(block, feat)
Note
----
``DistGraph`` currently only supports graphs with only one node type and one edge type.
For heterogeneous graphs, users need to convert them into DGL graphs with one node type and
one edge type and store the actual node types and edge types as node data and edge data.
Note
----
DGL's distributed training by default runs server processes and trainer processes on the same
...
...
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