Unverified Commit c5ab5b72 authored by VoVAllen's avatar VoVAllen Committed by GitHub
Browse files

[Doc] Tutorial minor fix (#601)

* minor fix

* Update 2_giant.py
parent 3a11d261
...@@ -50,7 +50,7 @@ Large-Scale Training of Graph Neural Networks ...@@ -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 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 # 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 # that runs the graph store server and loads graph data. For example, the
# following command runs a graph store server that loads the reddit # following command runs a graph store server that loads the reddit
# dataset and is configured to run with four trainers. # dataset and is configured to run with four trainers.
......
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