From 5fd1049b4182ee7866679670307952244acbaa5f Mon Sep 17 00:00:00 2001 From: lvmingfu Date: Fri, 1 Apr 2022 16:24:46 +0800 Subject: [PATCH] fix error links for tutorials-develop --- tutorials/application/source_zh_cn/cv/dcgan.ipynb | 4 ++-- tutorials/application/source_zh_cn/cv/fgsm.ipynb | 2 +- .../application/source_zh_cn/nlp/sentiment_analysis.ipynb | 6 +++--- tutorials/experts/source_en/debug/dataset_autotune.md | 2 +- .../source_zh_cn/data_engine/auto_augmentation.ipynb | 2 +- tutorials/experts/source_zh_cn/data_engine/cache.ipynb | 2 +- tutorials/experts/source_zh_cn/data_engine/eager.ipynb | 2 +- .../source_zh_cn/data_engine/enable_auto_augmentation.md | 2 +- .../source_zh_cn/data_engine/enable_dataset_offload.md | 2 +- tutorials/experts/source_zh_cn/data_engine/introduction.md | 2 +- .../source_zh_cn/data_engine/optimize_data_processing.ipynb | 2 +- tutorials/experts/source_zh_cn/debug/auto_tune.md | 2 +- .../experts/source_zh_cn/debug/custom_debugging_info.md | 2 +- tutorials/experts/source_zh_cn/debug/dataset_autotune.md | 2 +- .../experts/source_zh_cn/debug/debug_in_pynative_mode.ipynb | 2 +- .../experts/source_zh_cn/debug/debug_in_pynative_mode.md | 2 +- tutorials/experts/source_zh_cn/debug/ms_class.ipynb | 2 +- tutorials/experts/source_zh_cn/debug/read_ir_files.md | 2 +- tutorials/experts/source_zh_cn/model_infer/inference.md | 2 +- .../source_zh_cn/model_infer/inference_ascend_310_air.md | 2 +- .../source_zh_cn/model_infer/inference_ascend_310_mindir.md | 2 +- .../source_zh_cn/model_infer/inference_ascend_910.md | 2 +- tutorials/experts/source_zh_cn/model_infer/inference_cpu.md | 2 +- tutorials/experts/source_zh_cn/model_infer/inference_gpu.md | 2 +- .../experts/source_zh_cn/model_infer/online_inference.md | 2 +- .../source_zh_cn/model_infer/post_training_quantization.md | 2 +- .../source_zh_cn/operation/incremental_compilation.md | 2 +- tutorials/experts/source_zh_cn/operation/op_ascend.md | 2 +- .../experts/source_zh_cn/operation/op_classification.ipynb | 2 +- tutorials/experts/source_zh_cn/operation/op_cpu.md | 2 +- tutorials/experts/source_zh_cn/operation/op_custom.md | 2 +- tutorials/experts/source_zh_cn/operation/op_gpu.md | 2 +- tutorials/experts/source_zh_cn/operation/op_overload.ipynb | 2 +- .../source_zh_cn/others/apply_host_device_training.md | 2 +- .../others/cv_resnet50_second_order_optimizer.md | 2 +- .../experts/source_zh_cn/others/gradient_accumulation.md | 2 +- tutorials/experts/source_zh_cn/others/lossscale.ipynb | 2 +- tutorials/experts/source_zh_cn/others/mixed_precision.md | 2 +- tutorials/experts/source_zh_cn/others/numpy.ipynb | 2 +- tutorials/experts/source_zh_cn/others/on_device.ipynb | 2 +- .../source_zh_cn/others/quantization_aware_training.md | 2 +- tutorials/experts/source_zh_cn/others/read_ir_files.md | 2 +- tutorials/experts/source_zh_cn/others/thor.md | 2 +- .../experts/source_zh_cn/parallel/adaptive_summation.md | 2 +- .../source_zh_cn/parallel/apply_host_device_training.md | 2 +- .../source_zh_cn/parallel/apply_operator_parallel.md | 2 +- .../parallel/apply_parameter_server_training.md | 2 +- .../source_zh_cn/parallel/apply_pipeline_parallel.md | 2 +- tutorials/experts/source_zh_cn/parallel/apply_recompute.md | 2 +- tutorials/experts/source_zh_cn/parallel/auto_parallel.md | 2 +- .../source_zh_cn/parallel/communication_primitive.md | 2 +- .../source_zh_cn/parallel/distributed_advanced_overview.md | 2 +- .../experts/source_zh_cn/parallel/distributed_inference.md | 2 +- .../source_zh_cn/parallel/distributed_training_ascend.md | 2 +- .../parallel/distributed_training_comm_fusion.md | 2 +- .../parallel/distributed_training_dataset_slice.md | 2 +- .../parallel/distributed_training_fault_recover.md | 2 +- .../source_zh_cn/parallel/distributed_training_gpu.md | 2 +- .../source_zh_cn/parallel/distributed_training_mode.md | 2 +- .../source_zh_cn/parallel/distributed_training_ops.md | 2 +- .../parallel/distributed_training_parallel_opt.md | 2 +- .../parallel/distributed_training_transformer.md | 2 +- tutorials/experts/source_zh_cn/parallel/pangu_alpha.md | 2 +- .../parallel/pynative_shard_function_parallel.md | 2 +- .../parallel/save_load_model_hybrid_parallel.md | 2 +- .../experts/source_zh_cn/parallel/sharding_propagation.md | 2 +- tutorials/source_en/advance/linear_fitting.ipynb | 2 +- tutorials/source_en/beginner/infer.md | 2 +- tutorials/source_en/beginner/quick_start.md | 2 +- 69 files changed, 72 insertions(+), 72 deletions(-) diff --git a/tutorials/application/source_zh_cn/cv/dcgan.ipynb b/tutorials/application/source_zh_cn/cv/dcgan.ipynb index d703a89fe7..cefa804066 100644 --- a/tutorials/application/source_zh_cn/cv/dcgan.ipynb +++ b/tutorials/application/source_zh_cn/cv/dcgan.ipynb @@ -384,7 +384,7 @@ "\n", "DCGAN论文生成图像如下所示。\n", "\n", - "![dcgangenerator](https://gitee.com/mindspore/docs/raw/master/tutorials/source_zh_cn/cv/images/dcgan.png)\n", + "![dcgangenerator](https://gitee.com/mindspore/docs/raw/tutorials-develop/tutorials/application/source_zh_cn/cv/images/dcgan.png)\n", "\n", "> 图片来源 https://arxiv.org/pdf/1511.06434.pdf" ] @@ -840,7 +840,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "![gif](https://gitee.com/mindspore/docs/raw/tutorials-develop/tutorials/source_zh_cn/cv/images/SDGIF_Rusult_1.gif)" + "![gif](https://gitee.com/mindspore/docs/raw/tutorials-develop/tutorials/application/source_zh_cn/cv/images/SDGIF_Rusult_1.gif)" ] }, { diff --git a/tutorials/application/source_zh_cn/cv/fgsm.ipynb b/tutorials/application/source_zh_cn/cv/fgsm.ipynb index 0d3582a1f6..430bdb7b31 100644 --- a/tutorials/application/source_zh_cn/cv/fgsm.ipynb +++ b/tutorials/application/source_zh_cn/cv/fgsm.ipynb @@ -6,7 +6,7 @@ "source": [ "# 模型对抗攻击 FGSM\n", "\n", - "[![下载Notebook](https://gitee.com/mindspore/docs/raw/master/resource/_static/logo_notebook.png)](https://mindspore-website.obs.cn-north-4.myhuaweicloud.com/notebook/master/tutorials/zh_cn/cv/mindspore_fgsm.ipynb) [![下载样例代码](https://gitee.com/mindspore/docs/raw/master/resource/_static/logo_download_code.png)](https://mindspore-website.obs.cn-north-4.myhuaweicloud.com/notebook/master/tutorials/zh_cn/cv/mindspore_fgsm.py) [![查看源文件](https://gitee.com/mindspore/docs/raw/master/resource/_static/logo_source.png)](https://gitee.com/mindspore/docs/blob/tutorials-develop/tutorials/application/source_zh_cn/cv/fgsm.ipynb)\n", + "[![下载Notebook](https://gitee.com/mindspore/docs/raw/master/resource/_static/logo_notebook.png)](https://mindspore-website.obs.cn-north-4.myhuaweicloud.com/notebook/tutorials-develop/tutorials/application/zh_cn/cv/mindspore_fgsm.ipynb) [![下载样例代码](https://gitee.com/mindspore/docs/raw/master/resource/_static/logo_download_code.png)](https://mindspore-website.obs.cn-north-4.myhuaweicloud.com/notebook/tutorials-develop/tutorials/application/zh_cn/cv/mindspore_fgsm.py) [![查看源文件](https://gitee.com/mindspore/docs/raw/master/resource/_static/logo_source.png)](https://gitee.com/mindspore/docs/blob/tutorials-develop/tutorials/application/source_zh_cn/cv/fgsm.ipynb)\n", "\n", "近年来随着数据、计算能力、理论的不断发展演进,深度学习在图像、文本、语音、自动驾驶等众多领域都得到了广泛应用。与此同时,人们也越来越关注各类模型在使用过程中的安全问题,因为AI模型很容易受到外界有意无意的攻击而产生错误的结果。\n", "\n", diff --git a/tutorials/application/source_zh_cn/nlp/sentiment_analysis.ipynb b/tutorials/application/source_zh_cn/nlp/sentiment_analysis.ipynb index 12204f09e5..e72eae9083 100644 --- a/tutorials/application/source_zh_cn/nlp/sentiment_analysis.ipynb +++ b/tutorials/application/source_zh_cn/nlp/sentiment_analysis.ipynb @@ -567,17 +567,17 @@ "\n", "循环神经网络(Recurrent Neural Network, RNN)是一类以序列(sequence)数据为输入,在序列的演进方向进行递归(recursion)且所有节点(循环单元)按链式连接的神经网络。下图为RNN的一般结构:\n", "\n", - "![RNN-0](https://gitee.com/mindspore/docs/raw/tutorials-develop/tutorials/source_zh_cn/nlp/images/0-RNN-0.png)\n", + "![RNN-0](https://gitee.com/mindspore/docs/raw/tutorials-develop/tutorials/application/source_zh_cn/nlp/images/0-RNN-0.png)\n", "\n", "> 图示左侧为一个RNN Cell循环,右侧为RNN的链式连接平铺。实际上不管是单个RNN Cell还是一个RNN网络,都只有一个Cell的参数,在不断进行循环计算中更新。\n", "\n", "由于RNN的循环特性,和自然语言文本的序列特性(句子是由单词组成的序列)十分匹配,因此被大量应用于自然语言处理研究中。下图为RNN的结构拆解:\n", "\n", - "![RNN](https://gitee.com/mindspore/docs/raw/tutorials-develop/tutorials/source_zh_cn/nlp/images/0-RNN.png)\n", + "![RNN](https://gitee.com/mindspore/docs/raw/tutorials-develop/tutorials/application/source_zh_cn/nlp/images/0-RNN.png)\n", "\n", "RNN单个Cell的结构简单,因此也造成了梯度消失(Gradient Vanishing)问题,具体表现为RNN网络在序列较长时,在序列尾部已经基本丢失了序列首部的信息。为了克服这一问题,LSTM(Long short term memory)被提出,通过门控机制(Gating Mechanism)来控制信息流在每个循环步中的留存和丢弃。下图为LSTM的结构拆解:\n", "\n", - "![LSTM](https://gitee.com/mindspore/docs/raw/tutorials-develop/tutorials/source_zh_cn/nlp/images/0-LSTM.png)\n", + "![LSTM](https://gitee.com/mindspore/docs/raw/tutorials-develop/tutorials/application/source_zh_cn/nlp/images/0-LSTM.png)\n", "\n", "本节我们选择LSTM变种而不是经典的RNN做特征提取,来规避梯度消失问题,并获得更好的模型效果。下面来看MindSpore中`nn.LSTM`对应的公式:\n", "\n", diff --git a/tutorials/experts/source_en/debug/dataset_autotune.md b/tutorials/experts/source_en/debug/dataset_autotune.md index f19e5aac37..963c517383 100644 --- a/tutorials/experts/source_en/debug/dataset_autotune.md +++ b/tutorials/experts/source_en/debug/dataset_autotune.md @@ -2,7 +2,7 @@ `Ascend` `GPU` `Data Preparation` - + ## Overview diff --git a/tutorials/experts/source_zh_cn/data_engine/auto_augmentation.ipynb b/tutorials/experts/source_zh_cn/data_engine/auto_augmentation.ipynb index 425bb6b6c4..798fc613e3 100644 --- a/tutorials/experts/source_zh_cn/data_engine/auto_augmentation.ipynb +++ b/tutorials/experts/source_zh_cn/data_engine/auto_augmentation.ipynb @@ -7,7 +7,7 @@ "\n", "`Ascend` `GPU` `CPU` `数据准备`\n", "\n", - "[![在线运行](https://gitee.com/mindspore/docs/raw/master/resource/_static/logo_modelarts.png)](https://authoring-modelarts-cnnorth4.huaweicloud.com/console/lab?share-url-b64=aHR0cHM6Ly9taW5kc3BvcmUtd2Vic2l0ZS5vYnMuY24tbm9ydGgtNC5teWh1YXdlaWNsb3VkLmNvbS9ub3RlYm9vay9tb2RlbGFydHMvcHJvZ3JhbW1pbmdfZ3VpZGUvbWluZHNwb3JlX2F1dG9fYXVnbWVudGF0aW9uLmlweW5i&imageid=65f636a0-56cf-49df-b941-7d2a07ba8c8c) [![下载Notebook](https://gitee.com/mindspore/docs/raw/master/resource/_static/logo_notebook.png)](https://obs.dualstack.cn-north-4.myhuaweicloud.com/mindspore-website/notebook/master/programming_guide/zh_cn/mindspore_auto_augmentation.ipynb) [![下载样例代码](https://gitee.com/mindspore/docs/raw/master/resource/_static/logo_download_code.png)](https://obs.dualstack.cn-north-4.myhuaweicloud.com/mindspore-website/notebook/master/programming_guide/zh_cn/mindspore_auto_augmentation.py) [![查看源文件](https://gitee.com/mindspore/docs/raw/master/resource/_static/logo_source.png)](https://gitee.com/mindspore/docs/blob/tutorials-develop/tutorials/experts/data_engine/source_zh_cn/auto_augmentation.ipynb)" + "[![在线运行](https://gitee.com/mindspore/docs/raw/master/resource/_static/logo_modelarts.png)](https://authoring-modelarts-cnnorth4.huaweicloud.com/console/lab?share-url-b64=aHR0cHM6Ly9taW5kc3BvcmUtd2Vic2l0ZS5vYnMuY24tbm9ydGgtNC5teWh1YXdlaWNsb3VkLmNvbS9ub3RlYm9vay9tb2RlbGFydHMvcHJvZ3JhbW1pbmdfZ3VpZGUvbWluZHNwb3JlX2F1dG9fYXVnbWVudGF0aW9uLmlweW5i&imageid=65f636a0-56cf-49df-b941-7d2a07ba8c8c) [![下载Notebook](https://gitee.com/mindspore/docs/raw/master/resource/_static/logo_notebook.png)](https://obs.dualstack.cn-north-4.myhuaweicloud.com/mindspore-website/notebook/master/programming_guide/zh_cn/mindspore_auto_augmentation.ipynb) [![下载样例代码](https://gitee.com/mindspore/docs/raw/master/resource/_static/logo_download_code.png)](https://obs.dualstack.cn-north-4.myhuaweicloud.com/mindspore-website/notebook/master/programming_guide/zh_cn/mindspore_auto_augmentation.py) [![查看源文件](https://gitee.com/mindspore/docs/raw/master/resource/_static/logo_source.png)](https://gitee.com/mindspore/docs/blob/tutorials-develop/tutorials/experts/source_zh_cn/data_engine/auto_augmentation.ipynb)" ], "metadata": {} }, diff --git a/tutorials/experts/source_zh_cn/data_engine/cache.ipynb b/tutorials/experts/source_zh_cn/data_engine/cache.ipynb index d1ab0c3fa9..64faa3b885 100644 --- a/tutorials/experts/source_zh_cn/data_engine/cache.ipynb +++ b/tutorials/experts/source_zh_cn/data_engine/cache.ipynb @@ -7,7 +7,7 @@ "\n", "`Ascend` `GPU` `CPU` `数据准备`\n", "\n", - "[![在线运行](https://gitee.com/mindspore/docs/raw/master/resource/_static/logo_modelarts.png)](https://authoring-modelarts-cnnorth4.huaweicloud.com/console/lab?share-url-b64=aHR0cHM6Ly9taW5kc3BvcmUtd2Vic2l0ZS5vYnMuY24tbm9ydGgtNC5teWh1YXdlaWNsb3VkLmNvbS9ub3RlYm9vay9tb2RlbGFydHMvcHJvZ3JhbW1pbmdfZ3VpZGUvbWluZHNwb3JlX2NhY2hlLmlweW5i&imageid=65f636a0-56cf-49df-b941-7d2a07ba8c8c) [![下载Notebook](https://gitee.com/mindspore/docs/raw/master/resource/_static/logo_notebook.png)](https://obs.dualstack.cn-north-4.myhuaweicloud.com/mindspore-website/notebook/master/programming_guide/zh_cn/mindspore_cache.ipynb) [![下载样例代码](https://gitee.com/mindspore/docs/raw/master/resource/_static/logo_download_code.png)](https://obs.dualstack.cn-north-4.myhuaweicloud.com/mindspore-website/notebook/master/programming_guide/zh_cn/mindspore_cache.py) [![查看源文件](https://gitee.com/mindspore/docs/raw/master/resource/_static/logo_source.png)](https://gitee.com/mindspore/docs/blob/tutorials-develop/tutorials/experts/data_engine/source_zh_cn/cache.ipynb)" + "[![在线运行](https://gitee.com/mindspore/docs/raw/master/resource/_static/logo_modelarts.png)](https://authoring-modelarts-cnnorth4.huaweicloud.com/console/lab?share-url-b64=aHR0cHM6Ly9taW5kc3BvcmUtd2Vic2l0ZS5vYnMuY24tbm9ydGgtNC5teWh1YXdlaWNsb3VkLmNvbS9ub3RlYm9vay9tb2RlbGFydHMvcHJvZ3JhbW1pbmdfZ3VpZGUvbWluZHNwb3JlX2NhY2hlLmlweW5i&imageid=65f636a0-56cf-49df-b941-7d2a07ba8c8c) [![下载Notebook](https://gitee.com/mindspore/docs/raw/master/resource/_static/logo_notebook.png)](https://obs.dualstack.cn-north-4.myhuaweicloud.com/mindspore-website/notebook/master/programming_guide/zh_cn/mindspore_cache.ipynb) [![下载样例代码](https://gitee.com/mindspore/docs/raw/master/resource/_static/logo_download_code.png)](https://obs.dualstack.cn-north-4.myhuaweicloud.com/mindspore-website/notebook/master/programming_guide/zh_cn/mindspore_cache.py) [![查看源文件](https://gitee.com/mindspore/docs/raw/master/resource/_static/logo_source.png)](https://gitee.com/mindspore/docs/blob/tutorials-develop/tutorials/experts/source_zh_cn/data_engine/cache.ipynb)" ], "metadata": {} }, diff --git a/tutorials/experts/source_zh_cn/data_engine/eager.ipynb b/tutorials/experts/source_zh_cn/data_engine/eager.ipynb index e9aaa189fb..a943b21c6d 100644 --- a/tutorials/experts/source_zh_cn/data_engine/eager.ipynb +++ b/tutorials/experts/source_zh_cn/data_engine/eager.ipynb @@ -7,7 +7,7 @@ "\n", "`Ascend` `GPU` `CPU` `数据准备`\n", "\n", - "[![在线运行](https://gitee.com/mindspore/docs/raw/master/resource/_static/logo_modelarts.png)](https://authoring-modelarts-cnnorth4.huaweicloud.com/console/lab?share-url-b64=aHR0cHM6Ly9taW5kc3BvcmUtd2Vic2l0ZS5vYnMuY24tbm9ydGgtNC5teWh1YXdlaWNsb3VkLmNvbS9ub3RlYm9vay9tb2RlbGFydHMvcHJvZ3JhbW1pbmdfZ3VpZGUvbWluZHNwb3JlX2VhZ2VyLmlweW5i&imageid=65f636a0-56cf-49df-b941-7d2a07ba8c8c) [![下载Notebook](https://gitee.com/mindspore/docs/raw/master/resource/_static/logo_notebook.png)](https://obs.dualstack.cn-north-4.myhuaweicloud.com/mindspore-website/notebook/master/programming_guide/zh_cn/mindspore_eager.ipynb) [![下载样例代码](https://gitee.com/mindspore/docs/raw/master/resource/_static/logo_download_code.png)](https://obs.dualstack.cn-north-4.myhuaweicloud.com/mindspore-website/notebook/master/programming_guide/zh_cn/mindspore_eager.py) [![查看源文件](https://gitee.com/mindspore/docs/raw/master/resource/_static/logo_source.png)](https://gitee.com/mindspore/docs/blob/tutorials-develop/tutorials/experts/data_engine/source_zh_cn/eager.ipynb)" + "[![在线运行](https://gitee.com/mindspore/docs/raw/master/resource/_static/logo_modelarts.png)](https://authoring-modelarts-cnnorth4.huaweicloud.com/console/lab?share-url-b64=aHR0cHM6Ly9taW5kc3BvcmUtd2Vic2l0ZS5vYnMuY24tbm9ydGgtNC5teWh1YXdlaWNsb3VkLmNvbS9ub3RlYm9vay9tb2RlbGFydHMvcHJvZ3JhbW1pbmdfZ3VpZGUvbWluZHNwb3JlX2VhZ2VyLmlweW5i&imageid=65f636a0-56cf-49df-b941-7d2a07ba8c8c) [![下载Notebook](https://gitee.com/mindspore/docs/raw/master/resource/_static/logo_notebook.png)](https://obs.dualstack.cn-north-4.myhuaweicloud.com/mindspore-website/notebook/master/programming_guide/zh_cn/mindspore_eager.ipynb) [![下载样例代码](https://gitee.com/mindspore/docs/raw/master/resource/_static/logo_download_code.png)](https://obs.dualstack.cn-north-4.myhuaweicloud.com/mindspore-website/notebook/master/programming_guide/zh_cn/mindspore_eager.py) [![查看源文件](https://gitee.com/mindspore/docs/raw/master/resource/_static/logo_source.png)](https://gitee.com/mindspore/docs/blob/tutorials-develop/tutorials/experts/source_zh_cn/data_engine/eager.ipynb)" ], "metadata": {} }, diff --git a/tutorials/experts/source_zh_cn/data_engine/enable_auto_augmentation.md b/tutorials/experts/source_zh_cn/data_engine/enable_auto_augmentation.md index 102da90247..79bebb9302 100644 --- a/tutorials/experts/source_zh_cn/data_engine/enable_auto_augmentation.md +++ b/tutorials/experts/source_zh_cn/data_engine/enable_auto_augmentation.md @@ -4,7 +4,7 @@    - + ## 概述 diff --git a/tutorials/experts/source_zh_cn/data_engine/enable_dataset_offload.md b/tutorials/experts/source_zh_cn/data_engine/enable_dataset_offload.md index 9e5dc446d3..193d097350 100644 --- a/tutorials/experts/source_zh_cn/data_engine/enable_dataset_offload.md +++ b/tutorials/experts/source_zh_cn/data_engine/enable_dataset_offload.md @@ -2,7 +2,7 @@ `Ascend` `GPU` `CPU` `数据准备` - + ## 概述 diff --git a/tutorials/experts/source_zh_cn/data_engine/introduction.md b/tutorials/experts/source_zh_cn/data_engine/introduction.md index 547a18d2a7..0ea388f55c 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/data_engine/optimize_data_processing.ipynb b/tutorials/experts/source_zh_cn/data_engine/optimize_data_processing.ipynb index 6cafd01651..8f018b7939 100644 --- a/tutorials/experts/source_zh_cn/data_engine/optimize_data_processing.ipynb +++ b/tutorials/experts/source_zh_cn/data_engine/optimize_data_processing.ipynb @@ -7,7 +7,7 @@ "\n", "`Ascend` `GPU` `CPU` `数据准备`\n", "\n", - "[![在线运行](https://gitee.com/mindspore/docs/raw/master/resource/_static/logo_modelarts.png)](https://authoring-modelarts-cnnorth4.huaweicloud.com/console/lab?share-url-b64=aHR0cHM6Ly9taW5kc3BvcmUtd2Vic2l0ZS5vYnMuY24tbm9ydGgtNC5teWh1YXdlaWNsb3VkLmNvbS9ub3RlYm9vay9tYXN0ZXIvcHJvZ3JhbW1pbmdfZ3VpZGUvemhfY24vbWluZHNwb3JlX29wdGltaXplX2RhdGFfcHJvY2Vzc2luZy5pcHluYg==&imageid=65f636a0-56cf-49df-b941-7d2a07ba8c8c) [![下载Notebook](https://gitee.com/mindspore/docs/raw/master/resource/_static/logo_notebook.png)](https://obs.dualstack.cn-north-4.myhuaweicloud.com/mindspore-website/notebook/master/programming_guide/zh_cn/mindspore_optimize_data_processing.ipynb) [![下载样例代码](https://gitee.com/mindspore/docs/raw/master/resource/_static/logo_download_code.png)](https://obs.dualstack.cn-north-4.myhuaweicloud.com/mindspore-website/notebook/master/programming_guide/zh_cn/mindspore_optimize_data_processing.py) [![查看源文件](https://gitee.com/mindspore/docs/raw/master/resource/_static/logo_source.png)](https://gitee.com/mindspore/docs/blob/tutorials-develop/tutorials/experts/data_engine/source_zh_cn/optimize_data_processing.ipynb)" + "[![在线运行](https://gitee.com/mindspore/docs/raw/master/resource/_static/logo_modelarts.png)](https://authoring-modelarts-cnnorth4.huaweicloud.com/console/lab?share-url-b64=aHR0cHM6Ly9taW5kc3BvcmUtd2Vic2l0ZS5vYnMuY24tbm9ydGgtNC5teWh1YXdlaWNsb3VkLmNvbS9ub3RlYm9vay9tYXN0ZXIvcHJvZ3JhbW1pbmdfZ3VpZGUvemhfY24vbWluZHNwb3JlX29wdGltaXplX2RhdGFfcHJvY2Vzc2luZy5pcHluYg==&imageid=65f636a0-56cf-49df-b941-7d2a07ba8c8c) [![下载Notebook](https://gitee.com/mindspore/docs/raw/master/resource/_static/logo_notebook.png)](https://obs.dualstack.cn-north-4.myhuaweicloud.com/mindspore-website/notebook/master/programming_guide/zh_cn/mindspore_optimize_data_processing.ipynb) [![下载样例代码](https://gitee.com/mindspore/docs/raw/master/resource/_static/logo_download_code.png)](https://obs.dualstack.cn-north-4.myhuaweicloud.com/mindspore-website/notebook/master/programming_guide/zh_cn/mindspore_optimize_data_processing.py) [![查看源文件](https://gitee.com/mindspore/docs/raw/master/resource/_static/logo_source.png)](https://gitee.com/mindspore/docs/blob/tutorials-develop/tutorials/experts/source_zh_cn/data_engine/optimize_data_processing.ipynb)" ], "metadata": {} }, diff --git a/tutorials/experts/source_zh_cn/debug/auto_tune.md b/tutorials/experts/source_zh_cn/debug/auto_tune.md index e38ea2eade..ce034d6e98 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/debug/custom_debugging_info.md b/tutorials/experts/source_zh_cn/debug/custom_debugging_info.md index fbe68757e2..91e7437b2a 100644 --- a/tutorials/experts/source_zh_cn/debug/custom_debugging_info.md +++ b/tutorials/experts/source_zh_cn/debug/custom_debugging_info.md @@ -4,7 +4,7 @@    - + ## 概述 diff --git a/tutorials/experts/source_zh_cn/debug/dataset_autotune.md b/tutorials/experts/source_zh_cn/debug/dataset_autotune.md index f4d6c37693..99757f5ce6 100644 --- a/tutorials/experts/source_zh_cn/debug/dataset_autotune.md +++ b/tutorials/experts/source_zh_cn/debug/dataset_autotune.md @@ -2,7 +2,7 @@ `Ascend` `GPU` `数据处理` `性能调优` - + ## 概述 diff --git a/tutorials/experts/source_zh_cn/debug/debug_in_pynative_mode.ipynb b/tutorials/experts/source_zh_cn/debug/debug_in_pynative_mode.ipynb index bfac7ad769..00d345e1f2 100644 --- a/tutorials/experts/source_zh_cn/debug/debug_in_pynative_mode.ipynb +++ b/tutorials/experts/source_zh_cn/debug/debug_in_pynative_mode.ipynb @@ -14,7 +14,7 @@ "\n", "`Ascend` `GPU` `CPU` `模型运行`\n", "\n", - "[![下载Notebook](https://gitee.com/mindspore/docs/raw/master/resource/_static/logo_notebook.png)](https://obs.dualstack.cn-north-4.myhuaweicloud.com/mindspore-website/notebook/master/programming_guide/zh_cn/mindspore_debug_in_pynative_mode.ipynb) [![下载样例代码](https://gitee.com/mindspore/docs/raw/master/resource/_static/logo_download_code.png)](https://obs.dualstack.cn-north-4.myhuaweicloud.com/mindspore-website/notebook/master/programming_guide/zh_cn/mindspore_debug_in_pynative_mode.py) [![查看源文件](https://gitee.com/mindspore/docs/raw/master/resource/_static/logo_source.png)](https://gitee.com/mindspore/docs/blob/tutorials-develop/tutorials/experts/debug/source_zh_cn/debug_in_pynative_mode.ipynb)\n", + "[![下载Notebook](https://gitee.com/mindspore/docs/raw/master/resource/_static/logo_notebook.png)](https://obs.dualstack.cn-north-4.myhuaweicloud.com/mindspore-website/notebook/master/programming_guide/zh_cn/mindspore_debug_in_pynative_mode.ipynb) [![下载样例代码](https://gitee.com/mindspore/docs/raw/master/resource/_static/logo_download_code.png)](https://obs.dualstack.cn-north-4.myhuaweicloud.com/mindspore-website/notebook/master/programming_guide/zh_cn/mindspore_debug_in_pynative_mode.py) [![查看源文件](https://gitee.com/mindspore/docs/raw/master/resource/_static/logo_source.png)](https://gitee.com/mindspore/docs/blob/tutorials-develop/tutorials/experts/source_zh_cn/debug/debug_in_pynative_mode.ipynb)\n", "\n", "## 概述\n", "\n", diff --git a/tutorials/experts/source_zh_cn/debug/debug_in_pynative_mode.md b/tutorials/experts/source_zh_cn/debug/debug_in_pynative_mode.md index 26071eecd3..004795bb10 100644 --- a/tutorials/experts/source_zh_cn/debug/debug_in_pynative_mode.md +++ b/tutorials/experts/source_zh_cn/debug/debug_in_pynative_mode.md @@ -1,6 +1,6 @@ # PyNative模式应用 - + ## 概述 diff --git a/tutorials/experts/source_zh_cn/debug/ms_class.ipynb b/tutorials/experts/source_zh_cn/debug/ms_class.ipynb index fba38938ad..ba9de02835 100644 --- a/tutorials/experts/source_zh_cn/debug/ms_class.ipynb +++ b/tutorials/experts/source_zh_cn/debug/ms_class.ipynb @@ -8,7 +8,7 @@ "\n", "`Ascend` `GPU` `CPU` `模型运行`\n", "\n", - "[![下载Notebook](https://gitee.com/mindspore/docs/raw/master/resource/_static/logo_notebook.png)](https://mindspore-website.obs.cn-north-4.myhuaweicloud.com/notebook/tutorials-develop/tutorials/zh_cn/debug/mindspore_ms_class.ipynb) [![下载样例代码](https://gitee.com/mindspore/docs/raw/master/resource/_static/logo_download_code.png)](https://mindspore-website.obs.cn-north-4.myhuaweicloud.com/notebook/tutorials-develop/tutorials/zh_cn/debug/mindspore_ms_class.py) [![查看源文件](https://gitee.com/mindspore/docs/raw/master/resource/_static/logo_source.png)](https://gitee.com/mindspore/docs/blob/tutorials-develop/tutorials/experts/debug/source_zh_cn/ms_class.ipynb)\n", + "[![下载Notebook](https://gitee.com/mindspore/docs/raw/master/resource/_static/logo_notebook.png)](https://mindspore-website.obs.cn-north-4.myhuaweicloud.com/notebook/tutorials-develop/tutorials/zh_cn/debug/mindspore_ms_class.ipynb) [![下载样例代码](https://gitee.com/mindspore/docs/raw/master/resource/_static/logo_download_code.png)](https://mindspore-website.obs.cn-north-4.myhuaweicloud.com/notebook/tutorials-develop/tutorials/zh_cn/debug/mindspore_ms_class.py) [![查看源文件](https://gitee.com/mindspore/docs/raw/master/resource/_static/logo_source.png)](https://gitee.com/mindspore/docs/blob/tutorials-develop/tutorials/experts/source_zh_cn/debug/ms_class.ipynb)\n", "\n", "## 概述\n", "\n", diff --git a/tutorials/experts/source_zh_cn/debug/read_ir_files.md b/tutorials/experts/source_zh_cn/debug/read_ir_files.md index ebea54912f..b5ca39cc73 100644 --- a/tutorials/experts/source_zh_cn/debug/read_ir_files.md +++ b/tutorials/experts/source_zh_cn/debug/read_ir_files.md @@ -2,7 +2,7 @@ `Ascend` `GPU` `CPU` `模型调试` - + ## 概述 diff --git a/tutorials/experts/source_zh_cn/model_infer/inference.md b/tutorials/experts/source_zh_cn/model_infer/inference.md index 6e1b49499c..a091f9b0e1 100644 --- a/tutorials/experts/source_zh_cn/model_infer/inference.md +++ b/tutorials/experts/source_zh_cn/model_infer/inference.md @@ -2,7 +2,7 @@ `Ascend` `GPU` `CPU` `推理应用` - + MindSpore可以基于训练好的模型,在不同的硬件平台上执行推理任务。 diff --git a/tutorials/experts/source_zh_cn/model_infer/inference_ascend_310_air.md b/tutorials/experts/source_zh_cn/model_infer/inference_ascend_310_air.md index 10b56786e5..baffdf8d51 100644 --- a/tutorials/experts/source_zh_cn/model_infer/inference_ascend_310_air.md +++ b/tutorials/experts/source_zh_cn/model_infer/inference_ascend_310_air.md @@ -2,7 +2,7 @@ `Ascend` `推理应用` - + ## 概述 diff --git a/tutorials/experts/source_zh_cn/model_infer/inference_ascend_310_mindir.md b/tutorials/experts/source_zh_cn/model_infer/inference_ascend_310_mindir.md index 538f3cd714..22aea3ba19 100644 --- a/tutorials/experts/source_zh_cn/model_infer/inference_ascend_310_mindir.md +++ b/tutorials/experts/source_zh_cn/model_infer/inference_ascend_310_mindir.md @@ -2,7 +2,7 @@ `Ascend` `推理应用` - + ## 概述 diff --git a/tutorials/experts/source_zh_cn/model_infer/inference_ascend_910.md b/tutorials/experts/source_zh_cn/model_infer/inference_ascend_910.md index c9abe221d3..071a032ffb 100644 --- a/tutorials/experts/source_zh_cn/model_infer/inference_ascend_910.md +++ b/tutorials/experts/source_zh_cn/model_infer/inference_ascend_910.md @@ -2,7 +2,7 @@ `Ascend` `推理应用` - + ## 概述 diff --git a/tutorials/experts/source_zh_cn/model_infer/inference_cpu.md b/tutorials/experts/source_zh_cn/model_infer/inference_cpu.md index cd398fa252..84734f6b45 100644 --- a/tutorials/experts/source_zh_cn/model_infer/inference_cpu.md +++ b/tutorials/experts/source_zh_cn/model_infer/inference_cpu.md @@ -2,7 +2,7 @@ `CPU` `推理应用` - + ## 使用ONNX格式文件推理 diff --git a/tutorials/experts/source_zh_cn/model_infer/inference_gpu.md b/tutorials/experts/source_zh_cn/model_infer/inference_gpu.md index 79529183bf..72dfc612bc 100644 --- a/tutorials/experts/source_zh_cn/model_infer/inference_gpu.md +++ b/tutorials/experts/source_zh_cn/model_infer/inference_gpu.md @@ -2,7 +2,7 @@ `GPU` `推理应用` - + ## 使用C++接口推理MindIR格式文件 diff --git a/tutorials/experts/source_zh_cn/model_infer/online_inference.md b/tutorials/experts/source_zh_cn/model_infer/online_inference.md index 930b93ff27..ce2081fb8a 100644 --- a/tutorials/experts/source_zh_cn/model_infer/online_inference.md +++ b/tutorials/experts/source_zh_cn/model_infer/online_inference.md @@ -2,7 +2,7 @@ `Ascend` `推理应用` - + ## 使用`model.eval`接口进行模型验证 diff --git a/tutorials/experts/source_zh_cn/model_infer/post_training_quantization.md b/tutorials/experts/source_zh_cn/model_infer/post_training_quantization.md index 58a06befcb..46b8da20b0 100644 --- a/tutorials/experts/source_zh_cn/model_infer/post_training_quantization.md +++ b/tutorials/experts/source_zh_cn/model_infer/post_training_quantization.md @@ -1,6 +1,6 @@ # 训练后量化 - + ## 概念 diff --git a/tutorials/experts/source_zh_cn/operation/incremental_compilation.md b/tutorials/experts/source_zh_cn/operation/incremental_compilation.md index 8a388b2c93..4ae1522efe 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/operation/op_ascend.md b/tutorials/experts/source_zh_cn/operation/op_ascend.md index c00ddb2935..8b78a72f47 100644 --- a/tutorials/experts/source_zh_cn/operation/op_ascend.md +++ b/tutorials/experts/source_zh_cn/operation/op_ascend.md @@ -2,7 +2,7 @@ `Ascend` `模型开发` - + ## 概述 diff --git a/tutorials/experts/source_zh_cn/operation/op_classification.ipynb b/tutorials/experts/source_zh_cn/operation/op_classification.ipynb index 6bd0d6b2d4..69ef5379b2 100644 --- a/tutorials/experts/source_zh_cn/operation/op_classification.ipynb +++ b/tutorials/experts/source_zh_cn/operation/op_classification.ipynb @@ -8,7 +8,7 @@ "\n", "`Ascend` `GPU` `CPU` `入门`\n", "\n", - "[![在线运行](https://gitee.com/mindspore/docs/raw/master/resource/_static/logo_modelarts.png)](https://authoring-modelarts-cnnorth4.huaweicloud.com/console/lab?share-url-b64=aHR0cHM6Ly9taW5kc3BvcmUtd2Vic2l0ZS5vYnMuY24tbm9ydGgtNC5teWh1YXdlaWNsb3VkLmNvbS9ub3RlYm9vay9tYXN0ZXIvcHJvZ3JhbW1pbmdfZ3VpZGUvemhfY24vbWluZHNwb3JlX29wZXJhdG9yc19jbGFzc2lmaWNhdGlvbi5pcHluYg==&imageid=65f636a0-56cf-49df-b941-7d2a07ba8c8c) [![下载Notebook](https://gitee.com/mindspore/docs/raw/master/resource/_static/logo_notebook.png)](https://mindspore-website.obs.cn-north-4.myhuaweicloud.com/notebook/master/programming_guide/zh_cn/mindspore_operators_classification.ipynb) [![下载样例代码](https://gitee.com/mindspore/docs/raw/master/resource/_static/logo_download_code.png)](https://mindspore-website.obs.cn-north-4.myhuaweicloud.com/notebook/master/programming_guide/zh_cn/mindspore_operators_classification.py) [![查看源文件](https://gitee.com/mindspore/docs/raw/master/resource/_static/logo_source.png)](https://gitee.com/mindspore/docs/blob/tutorials-develop/tutorials/experts/operation/source_zh_cn/op_classification.ipynb)\n", + "[![在线运行](https://gitee.com/mindspore/docs/raw/master/resource/_static/logo_modelarts.png)](https://authoring-modelarts-cnnorth4.huaweicloud.com/console/lab?share-url-b64=aHR0cHM6Ly9taW5kc3BvcmUtd2Vic2l0ZS5vYnMuY24tbm9ydGgtNC5teWh1YXdlaWNsb3VkLmNvbS9ub3RlYm9vay9tYXN0ZXIvcHJvZ3JhbW1pbmdfZ3VpZGUvemhfY24vbWluZHNwb3JlX29wZXJhdG9yc19jbGFzc2lmaWNhdGlvbi5pcHluYg==&imageid=65f636a0-56cf-49df-b941-7d2a07ba8c8c) [![下载Notebook](https://gitee.com/mindspore/docs/raw/master/resource/_static/logo_notebook.png)](https://mindspore-website.obs.cn-north-4.myhuaweicloud.com/notebook/master/programming_guide/zh_cn/mindspore_operators_classification.ipynb) [![下载样例代码](https://gitee.com/mindspore/docs/raw/master/resource/_static/logo_download_code.png)](https://mindspore-website.obs.cn-north-4.myhuaweicloud.com/notebook/master/programming_guide/zh_cn/mindspore_operators_classification.py) [![查看源文件](https://gitee.com/mindspore/docs/raw/master/resource/_static/logo_source.png)](https://gitee.com/mindspore/docs/blob/tutorials-develop/tutorials/experts/source_zh_cn/operation/op_classification.ipynb)\n", "\n", "## 概述\n", "\n", diff --git a/tutorials/experts/source_zh_cn/operation/op_cpu.md b/tutorials/experts/source_zh_cn/operation/op_cpu.md index eb203dcddf..70c99a7c6c 100644 --- a/tutorials/experts/source_zh_cn/operation/op_cpu.md +++ b/tutorials/experts/source_zh_cn/operation/op_cpu.md @@ -2,7 +2,7 @@ `CPU` `模型开发` - + ## 概述 diff --git a/tutorials/experts/source_zh_cn/operation/op_custom.md b/tutorials/experts/source_zh_cn/operation/op_custom.md index 9bf66eabe9..28ffa1ca92 100644 --- a/tutorials/experts/source_zh_cn/operation/op_custom.md +++ b/tutorials/experts/source_zh_cn/operation/op_custom.md @@ -2,7 +2,7 @@ `Ascend` `GPU` `CPU` `模型开发` - + ## 概述 diff --git a/tutorials/experts/source_zh_cn/operation/op_gpu.md b/tutorials/experts/source_zh_cn/operation/op_gpu.md index 09450c3a51..e4626d1c60 100644 --- a/tutorials/experts/source_zh_cn/operation/op_gpu.md +++ b/tutorials/experts/source_zh_cn/operation/op_gpu.md @@ -2,7 +2,7 @@ `GPU` `模型开发` - + ## 概述 diff --git a/tutorials/experts/source_zh_cn/operation/op_overload.ipynb b/tutorials/experts/source_zh_cn/operation/op_overload.ipynb index 672909704c..d7a665425b 100644 --- a/tutorials/experts/source_zh_cn/operation/op_overload.ipynb +++ b/tutorials/experts/source_zh_cn/operation/op_overload.ipynb @@ -8,7 +8,7 @@ "\n", "[![下载Notebook](https://gitee.com/mindspore/docs/raw/tutorials-develop/resource/_static/logo_notebook.png)](https://obs.dualstack.cn-north-4.myhuaweicloud.com/mindspore-website/notebook/tutorials-develop/tutorials/zh_cn/operation/mindspore_op_overload.ipynb) \n", "[![下载样例代码](https://gitee.com/mindspore/docs/raw/tutorials-develop/resource/_static/logo_download_code.png)](https://obs.dualstack.cn-north-4.myhuaweicloud.com/mindspore-website/notebook/tutorials-develop/tutorials/zh_cn/operation/mindspore_op_overload.py) \n", - "[![查看源文件](https://gitee.com/mindspore/docs/raw/tutorials-develop/resource/_static/logo_source.png)](https://gitee.com/mindspore/docs/blob/tutorials-develop/tutorials/experts/operation/source_zh_cn/op_overload.ipynb)\n", + "[![查看源文件](https://gitee.com/mindspore/docs/raw/tutorials-develop/resource/_static/logo_source.png)](https://gitee.com/mindspore/docs/blob/tutorials-develop/tutorials/experts/source_zh_cn/operation/op_overload.ipynb)\n", "\n", "`mindspore.ops.functional`模块提供了一些用户可能会用到操作,例如运算重载、取最大/小值、生成正态分布随机数、生成拉普拉斯分布随机数等,下面我们介绍运算重载的使用方式。\n", "\n", diff --git a/tutorials/experts/source_zh_cn/others/apply_host_device_training.md b/tutorials/experts/source_zh_cn/others/apply_host_device_training.md index 3dd3c47be4..28df9bf004 100644 --- a/tutorials/experts/source_zh_cn/others/apply_host_device_training.md +++ b/tutorials/experts/source_zh_cn/others/apply_host_device_training.md @@ -2,7 +2,7 @@ `Ascend` `GPU` `分布式并行` `全流程` - + ## 概述 diff --git a/tutorials/experts/source_zh_cn/others/cv_resnet50_second_order_optimizer.md b/tutorials/experts/source_zh_cn/others/cv_resnet50_second_order_optimizer.md index 69d9ad0204..a33bdc1612 100644 --- a/tutorials/experts/source_zh_cn/others/cv_resnet50_second_order_optimizer.md +++ b/tutorials/experts/source_zh_cn/others/cv_resnet50_second_order_optimizer.md @@ -2,7 +2,7 @@ `Ascend` `GPU` `扩展功能` `全流程` -   +   ## 概述 diff --git a/tutorials/experts/source_zh_cn/others/gradient_accumulation.md b/tutorials/experts/source_zh_cn/others/gradient_accumulation.md index 6879c3dfc1..d0731526d0 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/lossscale.ipynb b/tutorials/experts/source_zh_cn/others/lossscale.ipynb index 657ef62481..e293cd4bf3 100644 --- a/tutorials/experts/source_zh_cn/others/lossscale.ipynb +++ b/tutorials/experts/source_zh_cn/others/lossscale.ipynb @@ -10,7 +10,7 @@ "\n", "感谢:[ZOMI酱](https://www.zhihu.com/people/ZOMI) 提供编辑\n", "\n", - "[![在线运行](https://gitee.com/mindspore/docs/raw/master/resource/_static/logo_modelarts.png)](https://authoring-modelarts-cnnorth4.huaweicloud.com/console/lab?share-url-b64=aHR0cHM6Ly9taW5kc3BvcmUtd2Vic2l0ZS5vYnMuY24tbm9ydGgtNC5teWh1YXdlaWNsb3VkLmNvbS9ub3RlYm9vay9tYXN0ZXIvcHJvZ3JhbW1pbmdfZ3VpZGUvemhfY24vbWluZHNwb3JlX2xvc3NzY2FsZS5pcHluYg==&imageid=65f636a0-56cf-49df-b941-7d2a07ba8c8c) [![下载Notebook](https://gitee.com/mindspore/docs/raw/master/resource/_static/logo_notebook.png)](https://mindspore-website.obs.cn-north-4.myhuaweicloud.com/notebook/master/programming_guide/zh_cn/mindspore_lossscale.ipynb) [![下载样例代码](https://gitee.com/mindspore/docs/raw/master/resource/_static/logo_download_code.png)](https://mindspore-website.obs.cn-north-4.myhuaweicloud.com/notebook/master/programming_guide/zh_cn/mindspore_lossscale.py) [![查看源文件](https://gitee.com/mindspore/docs/raw/master/resource/_static/logo_source.png)](https://gitee.com/mindspore/docs/blob/tutorials-develop/tutorials/experts/others/source_zh_cn/lossscale.ipynb)\n", + "[![在线运行](https://gitee.com/mindspore/docs/raw/master/resource/_static/logo_modelarts.png)](https://authoring-modelarts-cnnorth4.huaweicloud.com/console/lab?share-url-b64=aHR0cHM6Ly9taW5kc3BvcmUtd2Vic2l0ZS5vYnMuY24tbm9ydGgtNC5teWh1YXdlaWNsb3VkLmNvbS9ub3RlYm9vay9tYXN0ZXIvcHJvZ3JhbW1pbmdfZ3VpZGUvemhfY24vbWluZHNwb3JlX2xvc3NzY2FsZS5pcHluYg==&imageid=65f636a0-56cf-49df-b941-7d2a07ba8c8c) [![下载Notebook](https://gitee.com/mindspore/docs/raw/master/resource/_static/logo_notebook.png)](https://mindspore-website.obs.cn-north-4.myhuaweicloud.com/notebook/master/programming_guide/zh_cn/mindspore_lossscale.ipynb) [![下载样例代码](https://gitee.com/mindspore/docs/raw/master/resource/_static/logo_download_code.png)](https://mindspore-website.obs.cn-north-4.myhuaweicloud.com/notebook/master/programming_guide/zh_cn/mindspore_lossscale.py) [![查看源文件](https://gitee.com/mindspore/docs/raw/master/resource/_static/logo_source.png)](https://gitee.com/mindspore/docs/blob/tutorials-develop/tutorials/experts/source_zh_cn/others/lossscale.ipynb)\n", "\n", "## 概述\n", "\n", diff --git a/tutorials/experts/source_zh_cn/others/mixed_precision.md b/tutorials/experts/source_zh_cn/others/mixed_precision.md index faec553aaa..74178f9461 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/experts/source_zh_cn/others/numpy.ipynb b/tutorials/experts/source_zh_cn/others/numpy.ipynb index 8c50189245..9798a3c86b 100644 --- a/tutorials/experts/source_zh_cn/others/numpy.ipynb +++ b/tutorials/experts/source_zh_cn/others/numpy.ipynb @@ -12,7 +12,7 @@ { "cell_type": "markdown", "source": [ - "[![在线运行](https://gitee.com/mindspore/docs/raw/master/resource/_static/logo_modelarts.png)](https://authoring-modelarts-cnnorth4.huaweicloud.com/console/lab?share-url-b64=aHR0cHM6Ly9taW5kc3BvcmUtd2Vic2l0ZS5vYnMuY24tbm9ydGgtNC5teWh1YXdlaWNsb3VkLmNvbS9ub3RlYm9vay9tYXN0ZXIvcHJvZ3JhbW1pbmdfZ3VpZGUvemhfY24vbWluZHNwb3JlX251bXB5LmlweW5i&imageid=65f636a0-56cf-49df-b941-7d2a07ba8c8c) [![下载Notebook](https://gitee.com/mindspore/docs/raw/master/resource/_static/logo_notebook.png)](https://mindspore-website.obs.cn-north-4.myhuaweicloud.com/notebook/master/programming_guide/zh_cn/mindspore_numpy.ipynb) [![下载样例代码](https://gitee.com/mindspore/docs/raw/master/resource/_static/logo_download_code.png)](https://mindspore-website.obs.cn-north-4.myhuaweicloud.com/notebook/master/programming_guide/zh_cn/mindspore_numpy.py) [![查看源文件](https://gitee.com/mindspore/docs/raw/master/resource/_static/logo_source.png)](https://gitee.com/mindspore/docs/blob/tutorials-develop/tutorials/experts/others/source_zh_cn/numpy.ipynb)" + "[![在线运行](https://gitee.com/mindspore/docs/raw/master/resource/_static/logo_modelarts.png)](https://authoring-modelarts-cnnorth4.huaweicloud.com/console/lab?share-url-b64=aHR0cHM6Ly9taW5kc3BvcmUtd2Vic2l0ZS5vYnMuY24tbm9ydGgtNC5teWh1YXdlaWNsb3VkLmNvbS9ub3RlYm9vay9tYXN0ZXIvcHJvZ3JhbW1pbmdfZ3VpZGUvemhfY24vbWluZHNwb3JlX251bXB5LmlweW5i&imageid=65f636a0-56cf-49df-b941-7d2a07ba8c8c) [![下载Notebook](https://gitee.com/mindspore/docs/raw/master/resource/_static/logo_notebook.png)](https://mindspore-website.obs.cn-north-4.myhuaweicloud.com/notebook/master/programming_guide/zh_cn/mindspore_numpy.ipynb) [![下载样例代码](https://gitee.com/mindspore/docs/raw/master/resource/_static/logo_download_code.png)](https://mindspore-website.obs.cn-north-4.myhuaweicloud.com/notebook/master/programming_guide/zh_cn/mindspore_numpy.py) [![查看源文件](https://gitee.com/mindspore/docs/raw/master/resource/_static/logo_source.png)](https://gitee.com/mindspore/docs/blob/tutorials-develop/tutorials/experts/source_zh_cn/others/numpy.ipynb)" ], "metadata": {} }, diff --git a/tutorials/experts/source_zh_cn/others/on_device.ipynb b/tutorials/experts/source_zh_cn/others/on_device.ipynb index 6cee9e03d5..2395f35915 100644 --- a/tutorials/experts/source_zh_cn/others/on_device.ipynb +++ b/tutorials/experts/source_zh_cn/others/on_device.ipynb @@ -8,7 +8,7 @@ "\n", "`Ascend` `GPU` `CPU` `模型运行`\n", "\n", - "[![下载Notebook](https://gitee.com/mindspore/docs/raw/master/resource/_static/logo_notebook.png)](https://obs.dualstack.cn-north-4.myhuaweicloud.com/mindspore-website/notebook/master/programming_guide/zh_cn/mindspore_on_device.ipynb) [![下载样例代码](https://gitee.com/mindspore/docs/raw/master/resource/_static/logo_download_code.png)](https://obs.dualstack.cn-north-4.myhuaweicloud.com/mindspore-website/notebook/master/programming_guide/zh_cn/mindspore_on_device.py) [![查看源文件](https://gitee.com/mindspore/docs/raw/master/resource/_static/logo_source.png)](https://gitee.com/mindspore/docs/blob/tutorials-develop/tutorials/experts/others/source_zh_cn/on_device.ipynb)" + "[![下载Notebook](https://gitee.com/mindspore/docs/raw/master/resource/_static/logo_notebook.png)](https://obs.dualstack.cn-north-4.myhuaweicloud.com/mindspore-website/notebook/master/programming_guide/zh_cn/mindspore_on_device.ipynb) [![下载样例代码](https://gitee.com/mindspore/docs/raw/master/resource/_static/logo_download_code.png)](https://obs.dualstack.cn-north-4.myhuaweicloud.com/mindspore-website/notebook/master/programming_guide/zh_cn/mindspore_on_device.py) [![查看源文件](https://gitee.com/mindspore/docs/raw/master/resource/_static/logo_source.png)](https://gitee.com/mindspore/docs/blob/tutorials-develop/tutorials/experts/source_zh_cn/others/on_device.ipynb)" ] }, { diff --git a/tutorials/experts/source_zh_cn/others/quantization_aware_training.md b/tutorials/experts/source_zh_cn/others/quantization_aware_training.md index 9613bc363d..468acfb8f1 100644 --- a/tutorials/experts/source_zh_cn/others/quantization_aware_training.md +++ b/tutorials/experts/source_zh_cn/others/quantization_aware_training.md @@ -3,7 +3,7 @@ `Ascend` `GPU` `扩展功能`    - + ## 背景 diff --git a/tutorials/experts/source_zh_cn/others/read_ir_files.md b/tutorials/experts/source_zh_cn/others/read_ir_files.md index 8ecaf78cab..6d14fe1a97 100644 --- a/tutorials/experts/source_zh_cn/others/read_ir_files.md +++ b/tutorials/experts/source_zh_cn/others/read_ir_files.md @@ -2,7 +2,7 @@ `Ascend` `GPU` `CPU` `模型调试` - + ## 概述 diff --git a/tutorials/experts/source_zh_cn/others/thor.md b/tutorials/experts/source_zh_cn/others/thor.md index 45e5cbb973..c852c14097 100644 --- a/tutorials/experts/source_zh_cn/others/thor.md +++ b/tutorials/experts/source_zh_cn/others/thor.md @@ -2,7 +2,7 @@ `Ascend` `扩展功能` - + 深度学习训练过程可以看成损失函数损失值下降过程,合适的优化器可以让深度学习训练时间大大减少。优化器可以分为一阶优化器和二阶优化器,目前业界主流使用的仍然是一阶优化器,二阶优化器因为单步训练时间过久而没有被广泛应用,而近年来,将二阶优化应用到深度学习训练中有了理论突破,并取得了不错的结果。 diff --git a/tutorials/experts/source_zh_cn/parallel/adaptive_summation.md b/tutorials/experts/source_zh_cn/parallel/adaptive_summation.md index 4029d464cd..10be62fa83 100644 --- a/tutorials/experts/source_zh_cn/parallel/adaptive_summation.md +++ b/tutorials/experts/source_zh_cn/parallel/adaptive_summation.md @@ -2,7 +2,7 @@ `Ascend` `模型调优` `分布式训练` - + ## 概述 diff --git a/tutorials/experts/source_zh_cn/parallel/apply_host_device_training.md b/tutorials/experts/source_zh_cn/parallel/apply_host_device_training.md index 8ac8ed5381..cb16b46c2a 100644 --- a/tutorials/experts/source_zh_cn/parallel/apply_host_device_training.md +++ b/tutorials/experts/source_zh_cn/parallel/apply_host_device_training.md @@ -2,7 +2,7 @@ `Ascend` `GPU` `分布式并行` `全流程` - + ## 概述 diff --git a/tutorials/experts/source_zh_cn/parallel/apply_operator_parallel.md b/tutorials/experts/source_zh_cn/parallel/apply_operator_parallel.md index 0115a00a8d..268eeacb7e 100644 --- a/tutorials/experts/source_zh_cn/parallel/apply_operator_parallel.md +++ b/tutorials/experts/source_zh_cn/parallel/apply_operator_parallel.md @@ -2,7 +2,7 @@ `Ascend` `GPU` `分布式并行` `全流程` - + ## 概述 diff --git a/tutorials/experts/source_zh_cn/parallel/apply_parameter_server_training.md b/tutorials/experts/source_zh_cn/parallel/apply_parameter_server_training.md index 99eeb9bf5c..96d7f555f9 100644 --- a/tutorials/experts/source_zh_cn/parallel/apply_parameter_server_training.md +++ b/tutorials/experts/source_zh_cn/parallel/apply_parameter_server_training.md @@ -2,7 +2,7 @@ `Ascend` `GPU` `分布式并行` `全流程` - + ## 概述 diff --git a/tutorials/experts/source_zh_cn/parallel/apply_pipeline_parallel.md b/tutorials/experts/source_zh_cn/parallel/apply_pipeline_parallel.md index 0f2cf855ea..00c6d5f880 100644 --- a/tutorials/experts/source_zh_cn/parallel/apply_pipeline_parallel.md +++ b/tutorials/experts/source_zh_cn/parallel/apply_pipeline_parallel.md @@ -2,7 +2,7 @@ `Ascend` `GPU` `分布式并行` `全流程` - + ## 概述 diff --git a/tutorials/experts/source_zh_cn/parallel/apply_recompute.md b/tutorials/experts/source_zh_cn/parallel/apply_recompute.md index 88953aff73..d77d6fbc65 100644 --- a/tutorials/experts/source_zh_cn/parallel/apply_recompute.md +++ b/tutorials/experts/source_zh_cn/parallel/apply_recompute.md @@ -2,7 +2,7 @@ `Ascend` `GPU` `CPU` `模型运行` `中级` `高级` - + ## 概述 diff --git a/tutorials/experts/source_zh_cn/parallel/auto_parallel.md b/tutorials/experts/source_zh_cn/parallel/auto_parallel.md index 7a669ee57b..97fefb1fcb 100644 --- a/tutorials/experts/source_zh_cn/parallel/auto_parallel.md +++ b/tutorials/experts/source_zh_cn/parallel/auto_parallel.md @@ -2,7 +2,7 @@ `Ascend` `GPU` `分布式并行` - + ## 概述 diff --git a/tutorials/experts/source_zh_cn/parallel/communication_primitive.md b/tutorials/experts/source_zh_cn/parallel/communication_primitive.md index 4ef89b20dd..8514e1f417 100644 --- a/tutorials/experts/source_zh_cn/parallel/communication_primitive.md +++ b/tutorials/experts/source_zh_cn/parallel/communication_primitive.md @@ -1,6 +1,6 @@ # 分布式训练通信原语 - + 当将神经网络的训练并行化到集群中不同的节点时,必须选择如何将不同的计算操作分配到集群中可用的节点,这就离不开对分布式集群的通信进行操作。 diff --git a/tutorials/experts/source_zh_cn/parallel/distributed_advanced_overview.md b/tutorials/experts/source_zh_cn/parallel/distributed_advanced_overview.md index d1cfb82a11..bdd522821d 100644 --- a/tutorials/experts/source_zh_cn/parallel/distributed_advanced_overview.md +++ b/tutorials/experts/source_zh_cn/parallel/distributed_advanced_overview.md @@ -2,7 +2,7 @@ `Ascend` `GPU` `分布式并行` - + ## 背景 diff --git a/tutorials/experts/source_zh_cn/parallel/distributed_inference.md b/tutorials/experts/source_zh_cn/parallel/distributed_inference.md index 6ebb0c06f7..a1818d6c2c 100644 --- a/tutorials/experts/source_zh_cn/parallel/distributed_inference.md +++ b/tutorials/experts/source_zh_cn/parallel/distributed_inference.md @@ -2,7 +2,7 @@ `Ascend` `推理应用` - + 分布式推理是指推理阶段采用多卡进行推理。如果训练时采用数据并行或者模型参数是合并保存,那么推理方式与上述一致,只需要注意每卡加载同样的CheckPoint文件进行推理。 diff --git a/tutorials/experts/source_zh_cn/parallel/distributed_training_ascend.md b/tutorials/experts/source_zh_cn/parallel/distributed_training_ascend.md index 9d594e49c8..f2ebef66d6 100644 --- a/tutorials/experts/source_zh_cn/parallel/distributed_training_ascend.md +++ b/tutorials/experts/source_zh_cn/parallel/distributed_training_ascend.md @@ -2,7 +2,7 @@ `Ascend` `分布式并行` `全流程` - + ## 概述 diff --git a/tutorials/experts/source_zh_cn/parallel/distributed_training_comm_fusion.md b/tutorials/experts/source_zh_cn/parallel/distributed_training_comm_fusion.md index 709ff4e40f..90a96fbc9a 100644 --- a/tutorials/experts/source_zh_cn/parallel/distributed_training_comm_fusion.md +++ b/tutorials/experts/source_zh_cn/parallel/distributed_training_comm_fusion.md @@ -2,7 +2,7 @@ `Ascend` `GPU` `分布式并行` - + ## 概述 diff --git a/tutorials/experts/source_zh_cn/parallel/distributed_training_dataset_slice.md b/tutorials/experts/source_zh_cn/parallel/distributed_training_dataset_slice.md index 00687c097d..62a55365d3 100644 --- a/tutorials/experts/source_zh_cn/parallel/distributed_training_dataset_slice.md +++ b/tutorials/experts/source_zh_cn/parallel/distributed_training_dataset_slice.md @@ -2,7 +2,7 @@ `Ascend` `分布式并行` - + ## 概述 diff --git a/tutorials/experts/source_zh_cn/parallel/distributed_training_fault_recover.md b/tutorials/experts/source_zh_cn/parallel/distributed_training_fault_recover.md index f1c195345c..27e6f59bd4 100644 --- a/tutorials/experts/source_zh_cn/parallel/distributed_training_fault_recover.md +++ b/tutorials/experts/source_zh_cn/parallel/distributed_training_fault_recover.md @@ -2,7 +2,7 @@ `Ascend` `分布式并行` - + ## 概述 diff --git a/tutorials/experts/source_zh_cn/parallel/distributed_training_gpu.md b/tutorials/experts/source_zh_cn/parallel/distributed_training_gpu.md index 5a67f76617..9aed284c6d 100644 --- a/tutorials/experts/source_zh_cn/parallel/distributed_training_gpu.md +++ b/tutorials/experts/source_zh_cn/parallel/distributed_training_gpu.md @@ -2,7 +2,7 @@ `GPU` `分布式并行` `全流程` - + ## 概述 diff --git a/tutorials/experts/source_zh_cn/parallel/distributed_training_mode.md b/tutorials/experts/source_zh_cn/parallel/distributed_training_mode.md index 56e7ede320..0645794e97 100644 --- a/tutorials/experts/source_zh_cn/parallel/distributed_training_mode.md +++ b/tutorials/experts/source_zh_cn/parallel/distributed_training_mode.md @@ -2,7 +2,7 @@ `Ascend` `GPU` `分布式并行` - + 目前MindSpore支持下述的四种并行模式: diff --git a/tutorials/experts/source_zh_cn/parallel/distributed_training_ops.md b/tutorials/experts/source_zh_cn/parallel/distributed_training_ops.md index 759dc47148..72ce8c1ca5 100644 --- a/tutorials/experts/source_zh_cn/parallel/distributed_training_ops.md +++ b/tutorials/experts/source_zh_cn/parallel/distributed_training_ops.md @@ -2,7 +2,7 @@ `Ascend` `GPU` `分布式并行` - + 在分布式训练中涉及例如`AllReduce`、`ReduceScatter`、`AllGather`和`Broadcast`等通信操作进行数据传输,我们将在下述的章节分别阐述其含义和示例代码。 diff --git a/tutorials/experts/source_zh_cn/parallel/distributed_training_parallel_opt.md b/tutorials/experts/source_zh_cn/parallel/distributed_training_parallel_opt.md index 0272125b00..f6ce8d076f 100644 --- a/tutorials/experts/source_zh_cn/parallel/distributed_training_parallel_opt.md +++ b/tutorials/experts/source_zh_cn/parallel/distributed_training_parallel_opt.md @@ -2,7 +2,7 @@ `Ascend` `分布式并行` - + ## 概述 diff --git a/tutorials/experts/source_zh_cn/parallel/distributed_training_transformer.md b/tutorials/experts/source_zh_cn/parallel/distributed_training_transformer.md index ed7a113c49..386733add4 100644 --- a/tutorials/experts/source_zh_cn/parallel/distributed_training_transformer.md +++ b/tutorials/experts/source_zh_cn/parallel/distributed_training_transformer.md @@ -2,7 +2,7 @@ `Ascend` `分布式并行` - + ## 概述 diff --git a/tutorials/experts/source_zh_cn/parallel/pangu_alpha.md b/tutorials/experts/source_zh_cn/parallel/pangu_alpha.md index 94bb2a1eb1..35e10ec718 100644 --- a/tutorials/experts/source_zh_cn/parallel/pangu_alpha.md +++ b/tutorials/experts/source_zh_cn/parallel/pangu_alpha.md @@ -2,7 +2,7 @@ `Ascend` `GPU` `分布式并行` - + ## 概述 diff --git a/tutorials/experts/source_zh_cn/parallel/pynative_shard_function_parallel.md b/tutorials/experts/source_zh_cn/parallel/pynative_shard_function_parallel.md index fcc4226c0b..d9665ed977 100644 --- a/tutorials/experts/source_zh_cn/parallel/pynative_shard_function_parallel.md +++ b/tutorials/experts/source_zh_cn/parallel/pynative_shard_function_parallel.md @@ -2,7 +2,7 @@ `Ascend` `分布式并行` - + ## 概述 diff --git a/tutorials/experts/source_zh_cn/parallel/save_load_model_hybrid_parallel.md b/tutorials/experts/source_zh_cn/parallel/save_load_model_hybrid_parallel.md index 765bab7f55..62485b62c9 100644 --- a/tutorials/experts/source_zh_cn/parallel/save_load_model_hybrid_parallel.md +++ b/tutorials/experts/source_zh_cn/parallel/save_load_model_hybrid_parallel.md @@ -2,7 +2,7 @@ `Ascend` `GPU` `分布式并行` `模型导出` `模型加载` - + ## 概述 diff --git a/tutorials/experts/source_zh_cn/parallel/sharding_propagation.md b/tutorials/experts/source_zh_cn/parallel/sharding_propagation.md index bc0bab5341..a18d91ee33 100644 --- a/tutorials/experts/source_zh_cn/parallel/sharding_propagation.md +++ b/tutorials/experts/source_zh_cn/parallel/sharding_propagation.md @@ -2,7 +2,7 @@ `Ascend` `GPU` `并行训练` `自动并行` - + ## 背景 diff --git a/tutorials/source_en/advance/linear_fitting.ipynb b/tutorials/source_en/advance/linear_fitting.ipynb index 375708b66e..e6715b75ba 100644 --- a/tutorials/source_en/advance/linear_fitting.ipynb +++ b/tutorials/source_en/advance/linear_fitting.ipynb @@ -5,7 +5,7 @@ "source": [ "# Customization Case:Simple Linear Function Fitting\n", "\n", - "[![View Source On Gitee](https://gitee.com/mindspore/docs/raw/tutorials-develop/resource/_static/logo_source_en.png)](https://gitee.com/mindspore/docs/blob/tutorials-develop/tutorials/source_en/beginner/quick_start.ipynb)" + "[![View Source On Gitee](https://gitee.com/mindspore/docs/raw/tutorials-develop/resource/_static/logo_source_en.png)](https://gitee.com/mindspore/docs/blob/tutorials-develop/tutorials/source_en/advance/linear_fitting.ipynb)" ], "metadata": {} }, diff --git a/tutorials/source_en/beginner/infer.md b/tutorials/source_en/beginner/infer.md index 8ccdf1c386..e5016ea8ff 100644 --- a/tutorials/source_en/beginner/infer.md +++ b/tutorials/source_en/beginner/infer.md @@ -1,6 +1,6 @@ # Inference and Deployment - + This chapter uses the `mobilenet_v2` network fine-tuning approach in MindSpore Vision to develop an AI application (classification of the dog and the croissants) and deploy the trained network model to the Android phone to perform inference and deployment functions. diff --git a/tutorials/source_en/beginner/quick_start.md b/tutorials/source_en/beginner/quick_start.md index 564e72ee80..e0a804053a 100644 --- a/tutorials/source_en/beginner/quick_start.md +++ b/tutorials/source_en/beginner/quick_start.md @@ -1,6 +1,6 @@ # Quickstart: Handwritten Digit Recognition - + This section runs through the basic process of MindSpore deep learning, using the LeNet5 network model as an example to implement common tasks in deep learning. -- Gitee