Skip to content

Commit

Permalink
[Doc] Tutorial minor fix (dmlc#601)
Browse files Browse the repository at this point in the history
* minor fix

* Update 2_giant.py
  • Loading branch information
VoVAllen authored Jun 3, 2019
1 parent 3a11d26 commit c5ab5b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/models/5_giant_graph/2_giant.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
#
# 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.
Expand Down

0 comments on commit c5ab5b7

Please sign in to comment.