From 322f329dedfaa518e5e7cc5ccd928229e72f936b Mon Sep 17 00:00:00 2001 From: Ting Wang Date: Sun, 28 Jun 2020 17:29:33 +0800 Subject: [PATCH] update profiler for link of commands Signed-off-by: Ting Wang --- tutorials/source_en/advanced_use/performance_profiling.md | 2 +- tutorials/source_zh_cn/advanced_use/performance_profiling.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/source_en/advanced_use/performance_profiling.md b/tutorials/source_en/advanced_use/performance_profiling.md index 3152b815..2162cbcb 100644 --- a/tutorials/source_en/advanced_use/performance_profiling.md +++ b/tutorials/source_en/advanced_use/performance_profiling.md @@ -64,7 +64,7 @@ def test_profiler(): ## Launch MindInsight -The MindInsight launch command can refer to the **MindInsight Command** part in [Training Process Visualization](https://www.mindspore.cn/tutorial/en/master/advanced_use/visualization_tutorials.html). +The MindInsight launch command can refer to [MindInsight Commands](https://www.mindspore.cn/tutorial/en/master/advanced_use/mindinsight_commands.html). ### Performance Analysis diff --git a/tutorials/source_zh_cn/advanced_use/performance_profiling.md b/tutorials/source_zh_cn/advanced_use/performance_profiling.md index 94c9fc8a..ee36edfa 100644 --- a/tutorials/source_zh_cn/advanced_use/performance_profiling.md +++ b/tutorials/source_zh_cn/advanced_use/performance_profiling.md @@ -66,7 +66,7 @@ def test_profiler(): ## 启动MindInsight -启动命令请参考[训练过程可视](https://www.mindspore.cn/tutorial/zh-CN/master/advanced_use/visualization_tutorials.html)中**MindInsight相关命令**小节。 +启动命令请参考[MindInsight相关命令](https://www.mindspore.cn/tutorial/zh-CN/master/advanced_use/mindinsight_commands.html)。 ### 性能分析 -- GitLab