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
a90296aa
Unverified
Commit
a90296aa
authored
May 13, 2021
by
Da Zheng
Committed by
GitHub
May 13, 2021
Browse files
fix. (#2907)
Co-authored-by:
Zheng
<
dzzhen@3c22fba32af5.ant.amazon.com
>
parent
e156331b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docs/source/guide/distributed-preprocessing.rst
docs/source/guide/distributed-preprocessing.rst
+1
-1
No files found.
docs/source/guide/distributed-preprocessing.rst
View file @
a90296aa
...
@@ -100,7 +100,7 @@ the mapping for each node type; the second dictionary contains the mapping for e
...
@@ -100,7 +100,7 @@ the mapping for each node type; the second dictionary contains the mapping for e
return_mapping=True)
return_mapping=True)
# Let's assume that node_emb is saved from the distributed training.
# Let's assume that node_emb is saved from the distributed training.
orig_node_emb = th.zeros(node_emb.shape, dtype=node_emb.dtype)
orig_node_emb = th.zeros(node_emb.shape, dtype=node_emb.dtype)
orig_
labels
[node_map] = node_emb
orig_
node_emb
[node_map] = node_emb
7.1.1 Distributed partitioning
7.1.1 Distributed partitioning
...
...
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