From a9843725dec04b88d956eef2dd6a1cfff9391ec5 Mon Sep 17 00:00:00 2001 From: JalenCato Date: Thu, 19 Oct 2023 03:25:56 +0000 Subject: [PATCH] change doc --- docs/source/tutorials/quick-start.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/tutorials/quick-start.rst b/docs/source/tutorials/quick-start.rst index 787a89cde9..7b517f7922 100644 --- a/docs/source/tutorials/quick-start.rst +++ b/docs/source/tutorials/quick-start.rst @@ -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 \