Skip to content

Commit

Permalink
change doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jalencato committed Oct 19, 2023
1 parent 2f785ae commit a984372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/tutorials/quick-start.rst
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ This inference command predicts the classes of nodes in the testing set and save

Generating Embedding
----------------
If users only need to generate node embeddings instead of doing predictions on the graph, users can use saved model and same yaml configure used in training to achieve that, e.g epoch-7 to do so:
If users only need to generate node embeddings instead of doing predictions on the graph, users can use saved model and same yaml configure used in training to achieve that, e.g model in epoch-7 to do so:
.. code-block:: bash
python3 -m graphstorm.run.gs_gen_node_embedding \
Expand Down

0 comments on commit a984372

Please sign in to comment.