From 9e65f15b292bf57fe8da50841e177994bf5ca069 Mon Sep 17 00:00:00 2001 From: lvmingfu Date: Fri, 1 Apr 2022 16:59:06 +0800 Subject: [PATCH] fix error links part2 --- tutorials/experts/source_en/parallel/sharding_propagation.md | 2 +- tutorials/experts/source_zh_cn/data_engine/introduction.md | 2 +- tutorials/experts/source_zh_cn/debug/auto_tune.md | 2 +- .../experts/source_zh_cn/operation/incremental_compilation.md | 2 +- tutorials/experts/source_zh_cn/others/gradient_accumulation.md | 2 +- tutorials/experts/source_zh_cn/others/mixed_precision.md | 2 +- tutorials/source_en/beginner/quick_start.md | 2 +- tutorials/source_zh_cn/beginner/quick_start.ipynb | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/tutorials/experts/source_en/parallel/sharding_propagation.md b/tutorials/experts/source_en/parallel/sharding_propagation.md index e9335269b5..c4e3264f8d 100644 --- a/tutorials/experts/source_en/parallel/sharding_propagation.md +++ b/tutorials/experts/source_en/parallel/sharding_propagation.md @@ -2,7 +2,7 @@ `Ascend` `GPU` `Parallel Training` `Automatic Parallelization` - + ## Background diff --git a/tutorials/experts/source_zh_cn/data_engine/introduction.md b/tutorials/experts/source_zh_cn/data_engine/introduction.md index 0ea388f55c..4df5e748e4 100644 --- a/tutorials/experts/source_zh_cn/data_engine/introduction.md +++ b/tutorials/experts/source_zh_cn/data_engine/introduction.md @@ -2,7 +2,7 @@ `Ascend` `GPU` `CPU` `设计` `数据准备` - + ## 背景介绍 diff --git a/tutorials/experts/source_zh_cn/debug/auto_tune.md b/tutorials/experts/source_zh_cn/debug/auto_tune.md index ce034d6e98..141dd8eafc 100644 --- a/tutorials/experts/source_zh_cn/debug/auto_tune.md +++ b/tutorials/experts/source_zh_cn/debug/auto_tune.md @@ -2,7 +2,7 @@ `Ascend` `模型调优` -   +   ## 概述 diff --git a/tutorials/experts/source_zh_cn/operation/incremental_compilation.md b/tutorials/experts/source_zh_cn/operation/incremental_compilation.md index 4ae1522efe..f5d5abe62e 100644 --- a/tutorials/experts/source_zh_cn/operation/incremental_compilation.md +++ b/tutorials/experts/source_zh_cn/operation/incremental_compilation.md @@ -2,7 +2,7 @@ `Ascend` `模型调试` - + ## 概述 diff --git a/tutorials/experts/source_zh_cn/others/gradient_accumulation.md b/tutorials/experts/source_zh_cn/others/gradient_accumulation.md index d0731526d0..b4c88ac5f8 100644 --- a/tutorials/experts/source_zh_cn/others/gradient_accumulation.md +++ b/tutorials/experts/source_zh_cn/others/gradient_accumulation.md @@ -4,7 +4,7 @@    - + ## 概述 diff --git a/tutorials/experts/source_zh_cn/others/mixed_precision.md b/tutorials/experts/source_zh_cn/others/mixed_precision.md index 74178f9461..d4ae1c64f2 100644 --- a/tutorials/experts/source_zh_cn/others/mixed_precision.md +++ b/tutorials/experts/source_zh_cn/others/mixed_precision.md @@ -5,7 +5,7 @@ 感谢:[ZOMI酱](https://www.zhihu.com/people/ZOMI)    - + ## 概述 diff --git a/tutorials/source_en/beginner/quick_start.md b/tutorials/source_en/beginner/quick_start.md index e0a804053a..a1945878a2 100644 --- a/tutorials/source_en/beginner/quick_start.md +++ b/tutorials/source_en/beginner/quick_start.md @@ -163,7 +163,7 @@ load_param_into_net(network, param_dict) [] ``` -> For more information about loading a model in mindspore, see [Loading the Model](https://www.mindspore.cn/tutorials/en/master/save_load_model.html#loading-the-model). +> For more information about loading a model in mindspore, see [Loading the Model](https://www.mindspore.cn/tutorials/en/master/beginner/save_load.html#loading-the-model). ## Validating the Model diff --git a/tutorials/source_zh_cn/beginner/quick_start.ipynb b/tutorials/source_zh_cn/beginner/quick_start.ipynb index 6f28f84050..497f307288 100644 --- a/tutorials/source_zh_cn/beginner/quick_start.ipynb +++ b/tutorials/source_zh_cn/beginner/quick_start.ipynb @@ -264,7 +264,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "> 阅读更多有关[加载模型](https://www.mindspore.cn/tutorials/zh-CN/tutorials-develop/beginner/save_load.html#加载模型)的信息。\n", + "> 阅读更多有关[加载模型](https://www.mindspore.cn/tutorials/zh-CN/master/beginner/save_load.html#加载模型)的信息。\n", "\n", "## 验证模型\n", "\n", -- Gitee