提交 94777fc8 编写于 作者: Z zhangyi

add links to Gitee repository in tutorials and add a picture named logo_source.png

上级 69fed9c3
...@@ -16,6 +16,8 @@ ...@@ -16,6 +16,8 @@
<!-- /TOC --> <!-- /TOC -->
[![source](/resource/logo_source.png)](https://gitee.com/mindspore/docs/blob/master/tutorials/source_en/advanced_use/computer_vision_application.md)
## Overview ## Overview
Computer vision is the most widely researched and mature technology field of deep learning, and is widely used in scenarios such as mobile phone photographing, intelligent security protection, and automated driving. Since AlexNet won the ImageNet competition in 2012, deep learning has greatly promoted the development of the computer vision field. Almost all the most advanced computer vision algorithms are related to deep learning. Deep neural network can extract image features layer by layer and retain local invariance. It is widely used in visual tasks such as classification, detection, segmentation, tracking, retrieval, recognition, promotion, and reconstruction. Computer vision is the most widely researched and mature technology field of deep learning, and is widely used in scenarios such as mobile phone photographing, intelligent security protection, and automated driving. Since AlexNet won the ImageNet competition in 2012, deep learning has greatly promoted the development of the computer vision field. Almost all the most advanced computer vision algorithms are related to deep learning. Deep neural network can extract image features layer by layer and retain local invariance. It is widely used in visual tasks such as classification, detection, segmentation, tracking, retrieval, recognition, promotion, and reconstruction.
......
...@@ -13,6 +13,9 @@ ...@@ -13,6 +13,9 @@
- [Log-related Environment Variables and Configurations](#log-related-environment-variables-and-configurations) - [Log-related Environment Variables and Configurations](#log-related-environment-variables-and-configurations)
<!-- /TOC --> <!-- /TOC -->
[![source](/resource/logo_source.png)](https://gitee.com/mindspore/docs/blob/master/tutorials/source_en/advanced_use/customized_debugging_information.md)
## Overview ## Overview
This section describes how to use the customized capabilities provided by MindSpore, such as callback, metrics, and log printing, to help you quickly debug the training network. This section describes how to use the customized capabilities provided by MindSpore, such as callback, metrics, and log printing, to help you quickly debug the training network.
......
...@@ -17,6 +17,8 @@ ...@@ -17,6 +17,8 @@
<!-- /TOC --> <!-- /TOC -->
[![source](/resource/logo_source.png)](https://gitee.com/mindspore/docs/blob/master/tutorials/source_en/advanced_use/distributed_training.md)
## Overview ## Overview
MindSpore supports `DATA_PARALLEL` and `AUTO_PARALLEL`. Automatic parallel is a distributed parallel mode that integrates data parallel, model parallel, and hybrid parallel. It can automatically establish cost models and select a parallel mode for users. MindSpore supports `DATA_PARALLEL` and `AUTO_PARALLEL`. Automatic parallel is a distributed parallel mode that integrates data parallel, model parallel, and hybrid parallel. It can automatically establish cost models and select a parallel mode for users.
......
...@@ -14,6 +14,8 @@ This document describes how to quickly install MindSpore on a Windows system wit ...@@ -14,6 +14,8 @@ This document describes how to quickly install MindSpore on a Windows system wit
<!-- /TOC --> <!-- /TOC -->
[![source](/resource/logo_source.png)](https://gitee.com/mindspore/docs/blob/master/tutorials/source_en/advanced_use/mindspore_cpu_win_install.md)
## Environment Requirements ## Environment Requirements
### System Requirements and Software Dependencies ### System Requirements and Software Dependencies
......
...@@ -10,6 +10,8 @@ ...@@ -10,6 +10,8 @@
<!-- /TOC --> <!-- /TOC -->
[![source](/resource/logo_source.png)](https://gitee.com/mindspore/docs/blob/master/tutorials/source_en/advanced_use/mixed_precision.md)
## Overview ## Overview
The mixed precision training method accelerates the deep learning neural network training process by using both the single-precision and half-precision data formats, and maintains the network precision achieved by the single-precision training at the same time. The mixed precision training method accelerates the deep learning neural network training process by using both the single-precision and half-precision data formats, and maintains the network precision achieved by the single-precision training at the same time.
......
...@@ -15,6 +15,8 @@ ...@@ -15,6 +15,8 @@
<!-- /TOC --> <!-- /TOC -->
[![source](/resource/logo_source.png)](https://gitee.com/mindspore/docs/blob/master/tutorials/source_en/advanced_use/model_security.md)
## Overview ## Overview
This tutorial describes the model security protection methods provided by MindArmour, helping you quickly use MindArmour and provide certain security protection capabilities for your AI model. This tutorial describes the model security protection methods provided by MindArmour, helping you quickly use MindArmour and provide certain security protection capabilities for your AI model.
......
...@@ -20,6 +20,8 @@ ...@@ -20,6 +20,8 @@
<!-- /TOC --> <!-- /TOC -->
[![source](/resource/logo_source.png)](https://gitee.com/mindspore/docs/blob/master/tutorials/source_en/advanced_use/nlp_application.md)
## Overview ## Overview
Sentiment classification is a subset of text classification in NLP, and is the most basic application of NLP. It is a process of analyzing and inferencing affective states and subjective information, that is, analyzing whether a person's sentiment is positive or negative. Sentiment classification is a subset of text classification in NLP, and is the most basic application of NLP. It is a process of analyzing and inferencing affective states and subjective information, that is, analyzing whether a person's sentiment is positive or negative.
......
...@@ -11,6 +11,8 @@ ...@@ -11,6 +11,8 @@
<!-- /TOC --> <!-- /TOC -->
[![source](/resource/logo_source.png)](https://gitee.com/mindspore/docs/blob/master/tutorials/source_en/advanced_use/on_device_inference.md)
## Overview ## Overview
MindSpore Predict is a lightweight deep neural network inference engine that provides the inference function for models trained by MindSpore on the device side. This tutorial describes how to use and compile MindSpore Predict. MindSpore Predict is a lightweight deep neural network inference engine that provides the inference function for models trained by MindSpore on the device side. This tutorial describes how to use and compile MindSpore Predict.
......
...@@ -19,6 +19,8 @@ ...@@ -19,6 +19,8 @@
<!-- /TOC --> <!-- /TOC -->
[![source](/resource/logo_source.png)](https://gitee.com/mindspore/docs/blob/master/tutorials/source_en/advanced_use/visualization_tutorials.md)
## Overview ## Overview
Scalars, images, computational graphs, and model hyperparameters during training are recorded in files and can be viewed on the web page. Scalars, images, computational graphs, and model hyperparameters during training are recorded in files and can be viewed on the web page.
......
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
<!-- TOC --> <!-- TOC -->
[![source](/resource/logo_source.png)](https://gitee.com/mindspore/docs/blob/master/tutorials/source_en/quick_start/quick_start.md)
- [Implementing an Image Classification Application](#implementing-an-image-classification-application) - [Implementing an Image Classification Application](#implementing-an-image-classification-application)
- [Overview](#overview) - [Overview](#overview)
- [Preparations](#preparations) - [Preparations](#preparations)
......
...@@ -14,6 +14,8 @@ ...@@ -14,6 +14,8 @@
<!-- /TOC --> <!-- /TOC -->
[![source](/resource/logo_source.png)](https://gitee.com/mindspore/docs/blob/master/tutorials/source_en/use/data_preparation/converting_datasets.md)
## Overview ## Overview
You can convert non-standard datasets and common datasets into the MindSpore data format so that they can be easily loaded to MindSpore for training. In addition, the performance of MindSpore in some scenarios is optimized, which delivers better user experience when you use datasets in the MindSpore data format. You can convert non-standard datasets and common datasets into the MindSpore data format so that they can be easily loaded to MindSpore for training. In addition, the performance of MindSpore in some scenarios is optimized, which delivers better user experience when you use datasets in the MindSpore data format.
......
...@@ -16,6 +16,8 @@ ...@@ -16,6 +16,8 @@
<!-- /TOC --> <!-- /TOC -->
[![source](/resource/logo_source.png)](https://gitee.com/mindspore/docs/blob/master/tutorials/source_en/use/data_preparation/data_processing_and_augmentation.md)
## Overview ## Overview
Data is the basis of deep learning. Data input plays an important role in the deep neural network training. Therefore, after the original dataset is obtained and before data is loaded and trained, data processing or augmentation is often required due to data size and performance restrictions, to obtain optimized data input. Data is the basis of deep learning. Data input plays an important role in the deep neural network training. Therefore, after the original dataset is obtained and before data is loaded and trained, data processing or augmentation is often required due to data size and performance restrictions, to obtain optimized data input.
......
...@@ -13,6 +13,8 @@ ...@@ -13,6 +13,8 @@
<!-- /TOC --> <!-- /TOC -->
[![source](/resource/logo_source.png)](https://gitee.com/mindspore/docs/blob/master/tutorials/source_en/use/data_preparation/loading_the_datasets.md)
## Overview ## Overview
MindSpore helps you load common datasets, datasets of specific data formats, or custom datasets. Before loading a dataset, you need to import the required library `mindspore.dataset`. MindSpore helps you load common datasets, datasets of specific data formats, or custom datasets. Before loading a dataset, you need to import the required library `mindspore.dataset`.
......
...@@ -11,6 +11,8 @@ ...@@ -11,6 +11,8 @@
<!-- /TOC --> <!-- /TOC -->
[![source](/resource/logo_source.png)](https://gitee.com/mindspore/docs/blob/master/tutorials/source_en/use/debugging_in_pynative_mode.md)
## Overview ## Overview
MindSpore supports the following running modes which are optimized in terms of debugging or running: MindSpore supports the following running modes which are optimized in terms of debugging or running:
......
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
<!-- /TOC --> <!-- /TOC -->
[![source](/resource/logo_source.png)](https://gitee.com/mindspore/docs/blob/master/tutorials/source_en/use/saving_and_loading_model_parameters.md)
## Overview ## Overview
......
...@@ -26,6 +26,8 @@ ...@@ -26,6 +26,8 @@
<!-- /TOC --> <!-- /TOC -->
[![source](/resource/logo_source.png)](https://gitee.com/mindspore/docs/blob/master/tutorials/source_zh_cn/advanced_use/checkpoint_for_hybrid_parallel.md)
## 概述 ## 概述
### 背景 ### 背景
......
...@@ -16,6 +16,8 @@ ...@@ -16,6 +16,8 @@
<!-- /TOC --> <!-- /TOC -->
[![source](/resource/logo_source.png)](https://gitee.com/mindspore/docs/blob/master/tutorials/source_zh_cn/advanced_use/computer_vision_application.md)
## 概述 ## 概述
计算机视觉是当前深度学习研究最广泛、落地最成熟的技术领域,在手机拍照、智能安防、自动驾驶等场景有广泛应用。从2012年AlexNet在ImageNet比赛夺冠以来,深度学习深刻推动了计算机视觉领域的发展,当前最先进的计算机视觉算法几乎都是深度学习相关的。深度神经网络可以逐层提取图像特征,并保持局部不变性,被广泛应用于分类、检测、分割、跟踪、检索、识别、提升、重建等视觉任务中。 计算机视觉是当前深度学习研究最广泛、落地最成熟的技术领域,在手机拍照、智能安防、自动驾驶等场景有广泛应用。从2012年AlexNet在ImageNet比赛夺冠以来,深度学习深刻推动了计算机视觉领域的发展,当前最先进的计算机视觉算法几乎都是深度学习相关的。深度神经网络可以逐层提取图像特征,并保持局部不变性,被广泛应用于分类、检测、分割、跟踪、检索、识别、提升、重建等视觉任务中。
......
...@@ -12,6 +12,9 @@ ...@@ -12,6 +12,9 @@
- [日志相关的环境变量和配置](#日志相关的环境变量和配置) - [日志相关的环境变量和配置](#日志相关的环境变量和配置)
<!-- /TOC --> <!-- /TOC -->
[![source](/resource/logo_source.png)](https://gitee.com/mindspore/docs/blob/master/tutorials/source_zh_cn/advanced_use/customized_debugging_information.md)
## 概述 ## 概述
本文介绍如何使用MindSpore提供的Callback、metrics、print算子、日志打印等自定义能力,帮助用户快速调试训练网络。 本文介绍如何使用MindSpore提供的Callback、metrics、print算子、日志打印等自定义能力,帮助用户快速调试训练网络。
......
...@@ -17,6 +17,8 @@ ...@@ -17,6 +17,8 @@
<!-- /TOC --> <!-- /TOC -->
[![source](/resource/logo_source.png)](https://gitee.com/mindspore/docs/blob/master/tutorials/source_zh_cn/advanced_use/distributed_training.md)
## 概述 ## 概述
在深度学习中,当数据集和参数量的规模越来越大,训练所需的时间和硬件资源会随之增加,最后会变成制约训练的瓶颈。分布式并行训练,可以降低对内存、计算性能等硬件的需求,是进行训练的重要优化手段。根据并行的原理及模式不同,业界主流的并行类型有以下几种: 在深度学习中,当数据集和参数量的规模越来越大,训练所需的时间和硬件资源会随之增加,最后会变成制约训练的瓶颈。分布式并行训练,可以降低对内存、计算性能等硬件的需求,是进行训练的重要优化手段。根据并行的原理及模式不同,业界主流的并行类型有以下几种:
......
...@@ -14,6 +14,8 @@ ...@@ -14,6 +14,8 @@
<!-- /TOC --> <!-- /TOC -->
[![source](/resource/logo_source.png)](https://gitee.com/mindspore/docs/blob/master/tutorials/source_zh_cn/advanced_use/mindspore_cpu_win_install.md)
## 环境要求 ## 环境要求
### 系统要求和软件依赖 ### 系统要求和软件依赖
......
...@@ -10,6 +10,8 @@ ...@@ -10,6 +10,8 @@
<!-- /TOC --> <!-- /TOC -->
[![source](/resource/logo_source.png)](https://gitee.com/mindspore/docs/blob/master/tutorials/source_zh_cn/advanced_use/mixed_precision.md)
## 概述 ## 概述
混合精度训练方法是通过混合使用单精度和半精度数据格式来加速深度神经网络训练的过程,同时保持了单精度训练所能达到的网络精度。混合精度训练能够加速计算过程,同时减少内存使用和存取,并使得在特定的硬件上可以训练更大的模型或batch size。 混合精度训练方法是通过混合使用单精度和半精度数据格式来加速深度神经网络训练的过程,同时保持了单精度训练所能达到的网络精度。混合精度训练能够加速计算过程,同时减少内存使用和存取,并使得在特定的硬件上可以训练更大的模型或batch size。
......
...@@ -15,6 +15,8 @@ ...@@ -15,6 +15,8 @@
<!-- /TOC --> <!-- /TOC -->
[![source](/resource/logo_source.png)](https://gitee.com/mindspore/docs/blob/master/tutorials/source_zh_cn/advanced_use/model_security.md)
## 概述 ## 概述
本教程介绍MindArmour提供的模型安全防护手段,引导您快速使用MindArmour,为您的AI模型提供一定的安全防护能力。 本教程介绍MindArmour提供的模型安全防护手段,引导您快速使用MindArmour,为您的AI模型提供一定的安全防护能力。
......
...@@ -17,6 +17,8 @@ ...@@ -17,6 +17,8 @@
<!-- /TOC --> <!-- /TOC -->
[![source](/resource/logo_source.png)](https://gitee.com/mindspore/docs/blob/master/tutorials/source_zh_cn/advanced_use/network_migration.md)
## 概述 ## 概述
你可能已经编写过TensorFlow、PyTorch等框架的脚本,本教程介绍如何将已有的TensorFlow、PyTorch等的网络迁移到MindSpore,包括主要步骤和操作建议,帮助你快速进行网络迁移。 你可能已经编写过TensorFlow、PyTorch等框架的脚本,本教程介绍如何将已有的TensorFlow、PyTorch等的网络迁移到MindSpore,包括主要步骤和操作建议,帮助你快速进行网络迁移。
......
...@@ -20,6 +20,8 @@ ...@@ -20,6 +20,8 @@
<!-- /TOC --> <!-- /TOC -->
[![source](/resource/logo_source.png)](https://gitee.com/mindspore/docs/blob/master/tutorials/source_zh_cn/advanced_use/nlp_application.md)
## 概述 ## 概述
情感分类是自然语言处理中文本分类问题的子集,属于自然语言处理最基础的应用。它是对带有感情色彩的主观性文本进行分析和推理的过程,即分析说话人的态度,是倾向正面还是反面。 情感分类是自然语言处理中文本分类问题的子集,属于自然语言处理最基础的应用。它是对带有感情色彩的主观性文本进行分析和推理的过程,即分析说话人的态度,是倾向正面还是反面。
......
...@@ -11,6 +11,8 @@ ...@@ -11,6 +11,8 @@
<!-- /TOC --> <!-- /TOC -->
[![source](/resource/logo_source.png)](https://gitee.com/mindspore/docs/blob/master/tutorials/source_zh_cn/advanced_use/on_device_inference.md)
## 概述 ## 概述
MindSpore Predict是一个轻量级的深度神经网络推理引擎,提供了将MindSpore训练出的模型在端侧进行推理的功能。本教程介绍MindSpore Predict的编译方法和使用指南。 MindSpore Predict是一个轻量级的深度神经网络推理引擎,提供了将MindSpore训练出的模型在端侧进行推理的功能。本教程介绍MindSpore Predict的编译方法和使用指南。
......
...@@ -3,6 +3,8 @@ ...@@ -3,6 +3,8 @@
<!-- TOC --> <!-- TOC -->
[![source](/resource/logo_source.png)](https://gitee.com/mindspore/docs/blob/master/tutorials/source_zh_cn/advanced_use/use_on_the_cloud.md)
- [在云上使用MindSpore](#在云上使用mindspore) - [在云上使用MindSpore](#在云上使用mindspore)
- [概述](#概述) - [概述](#概述)
- [准备工作](#准备工作) - [准备工作](#准备工作)
......
...@@ -24,6 +24,8 @@ ...@@ -24,6 +24,8 @@
<!-- /TOC --> <!-- /TOC -->
[![source](/resource/logo_source.png)](https://gitee.com/mindspore/docs/blob/master/tutorials/source_zh_cn/advanced_use/visualization_tutorials.md)
## 概述 ## 概述
训练过程中的标量、图像、计算图以及模型超参等信息记录到文件中,通过可视化界面供用户查看。 训练过程中的标量、图像、计算图以及模型超参等信息记录到文件中,通过可视化界面供用户查看。
......
...@@ -24,6 +24,8 @@ ...@@ -24,6 +24,8 @@
<!-- /TOC --> <!-- /TOC -->
[![source](/resource/logo_source.png)](https://gitee.com/mindspore/docs/blob/master/tutorials/source_zh_cn/quick_start/quick_start.md)
## 概述 ## 概述
下面我们通过一个实际样例,带领大家体验MindSpore基础的功能,对于一般的用户而言,完成整个样例实践会持续20~30分钟。 下面我们通过一个实际样例,带领大家体验MindSpore基础的功能,对于一般的用户而言,完成整个样例实践会持续20~30分钟。
......
...@@ -14,6 +14,8 @@ ...@@ -14,6 +14,8 @@
<!-- /TOC --> <!-- /TOC -->
[![source](/resource/logo_source.png)](https://gitee.com/mindspore/docs/blob/master/tutorials/source_zh_cn/use/data_preparation/converting_datasets.md)
## 概述 ## 概述
用户可以将非标准的数据集和常见的数据集转换为MindSpore数据格式,从而方便地加载到MindSpore中进行训练。同时,MindSpore在部分场景做了性能优化,使用MindSpore数据格式可以获得更好的性能体验。 用户可以将非标准的数据集和常见的数据集转换为MindSpore数据格式,从而方便地加载到MindSpore中进行训练。同时,MindSpore在部分场景做了性能优化,使用MindSpore数据格式可以获得更好的性能体验。
......
...@@ -16,6 +16,8 @@ ...@@ -16,6 +16,8 @@
<!-- /TOC --> <!-- /TOC -->
[![source](/resource/logo_source.png)](https://gitee.com/mindspore/docs/blob/master/tutorials/source_zh_cn/use/data_preparation/data_processing_and_augmentation.md)
## 概述 ## 概述
数据是深度学习的基础,有好的数据输入,可以对整个深度神经网络训练起到非常积极的作用。所以在获取到原始的数据集后,数据加载训练前,因为数据量、性能等等限制,往往会需要先进行数据处理或者数据增强,从而获得更加优化的数据输入。 数据是深度学习的基础,有好的数据输入,可以对整个深度神经网络训练起到非常积极的作用。所以在获取到原始的数据集后,数据加载训练前,因为数据量、性能等等限制,往往会需要先进行数据处理或者数据增强,从而获得更加优化的数据输入。
......
...@@ -13,6 +13,8 @@ ...@@ -13,6 +13,8 @@
<!-- /TOC --> <!-- /TOC -->
[![source](/resource/logo_source.png)](https://gitee.com/mindspore/docs/blob/master/tutorials/source_zh_cn/use/data_preparation/loading_the_datasets.md)
## 概述 ## 概述
MindSpore可以帮助你加载常见的数据集、特定数据格式的数据集或自定义的数据集。加载数据集时,需先导入所需要依赖的库`mindspore.dataset` MindSpore可以帮助你加载常见的数据集、特定数据格式的数据集或自定义的数据集。加载数据集时,需先导入所需要依赖的库`mindspore.dataset`
......
...@@ -11,6 +11,8 @@ ...@@ -11,6 +11,8 @@
<!-- /TOC --> <!-- /TOC -->
[![source](/resource/logo_source.png)](https://gitee.com/mindspore/docs/blob/master/tutorials/source_zh_cn/use/debugging_in_pynative_mode.md)
## 概述 ## 概述
MindSpore支持两种运行模式,在调试或者运行方面做了不同的优化: MindSpore支持两种运行模式,在调试或者运行方面做了不同的优化:
......
...@@ -13,6 +13,8 @@ ...@@ -13,6 +13,8 @@
<!-- /TOC --> <!-- /TOC -->
[![source](/resource/logo_source.png)](https://gitee.com/mindspore/docs/blob/master/tutorials/source_zh_cn/use/saving_and_loading_model_parameters.md)
## 概述 ## 概述
在模型训练过程中,可以添加检查点(CheckPoint)用于保存模型的参数,以便进行推理及中断后再训练使用。 在模型训练过程中,可以添加检查点(CheckPoint)用于保存模型的参数,以便进行推理及中断后再训练使用。
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册