Unverified Commit 7a816f47 authored by Da Zheng's avatar Da Zheng Committed by GitHub
Browse files

[Doc] Minor fix on the distributed training doc. (#2968)


Co-authored-by: default avatarZheng <dzzhen@3c22fba32af5.ant.amazon.com>
parent f8d6bf8e
......@@ -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
......
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