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
c5ab5b72
Unverified
Commit
c5ab5b72
authored
Jun 03, 2019
by
VoVAllen
Committed by
GitHub
Jun 03, 2019
Browse files
[Doc] Tutorial minor fix (#601)
* minor fix * Update 2_giant.py
parent
3a11d261
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tutorials/models/5_giant_graph/2_giant.py
tutorials/models/5_giant_graph/2_giant.py
+1
-1
No files found.
tutorials/models/5_giant_graph/2_giant.py
View file @
c5ab5b72
...
...
@@ -50,7 +50,7 @@ Large-Scale Training of Graph Neural Networks
#
# The graph store has two parts: the server and the client. We need to run
# the graph store server as a daemon before training. We provide a script
# ``
`
run_store_server.py`` <https://github.com/dmlc/dgl/blob/master/examples/mxnet/sampling/run_store_server.py>`__
# ``run_store_server.py``
`(link)
<https://github.com/dmlc/dgl/blob/master/examples/mxnet/sampling/run_store_server.py>`__
# that runs the graph store server and loads graph data. For example, the
# following command runs a graph store server that loads the reddit
# dataset and is configured to run with four trainers.
...
...
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