Skip to content

Commit e97e29a

Browse files
committed
change visualdl to visualDL
1 parent 315f670 commit e97e29a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demo/pytorch/embedding_tutorial_ch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ embedding.add_embeddings_with_word_dict(embeddings_list, word_to_ix)
121121
将上述代码嵌入到您的embedding训练程序中,
122122
这将 embedding 和 word_dict 保存到 `./embedding_log` 文件夹中。
123123

124-
现在我们可以用 `visualdl --logdir=./embedding_log` 执行VisualDL,
124+
现在我们可以用 `visualDL --logdir=./embedding_log` 执行VisualDL,
125125
使用浏览器导航到 `localhost:8080`,切换到 `High Dimensional`
126126

127127
你可以下载教程代码 [这里](https://github.com/PaddlePaddle/VisualDL/blob/develop/demo/pytorch/pytorch_word2vec.py)

demo/pytorch/embedding_tutorial_en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Include the above code to your embedding training program.
127127

128128
This will save the embeddings and the word dictionary to the `./embedding_log` folder.
129129

130-
We can now activate the VisualDL by running `visualdl --logdir=./embedding_log`.
130+
We can now activate the VisualDL by running `visualDL --logdir=./embedding_log`.
131131
Use your browser to navigate to `localhost:8080`, switch the tab to `High Dimensional`
132132

133133
You can download the tutorial code [here](https://github.com/PaddlePaddle/VisualDL/blob/develop/demo/pytorch/pytorch_word2vec.py).

0 commit comments

Comments
 (0)