From 396d8200790ab5e6f920fa0a1cd41ceec3477afa Mon Sep 17 00:00:00 2001 From: JunYuLiu Date: Tue, 25 Aug 2020 16:50:08 +0800 Subject: [PATCH] Add multiple tags in markdown --- docs/source_en/architecture.md | 8 +------- docs/source_en/benchmark.md | 13 +++++++++++++ .../constraints_on_network_construction.md | 2 ++ .../design/mindinsight/graph_visual_design.md | 2 ++ .../design/mindinsight/tensor_visual_design.md | 2 ++ docs/source_en/glossary.md | 6 +----- docs/source_en/help_seeking_path.md | 4 ++-- docs/source_en/network_list.md | 10 ++++++++++ docs/source_en/operator_list.md | 2 ++ docs/source_en/roadmap.md | 4 +++- .../mindarmour/differential_privacy_design.md | 2 ++ .../source_en/advanced_use/differential_privacy.md | 2 +- .../advanced_use/differential_privacy.md | 2 +- 13 files changed, 42 insertions(+), 17 deletions(-) diff --git a/docs/source_en/architecture.md b/docs/source_en/architecture.md index cd30baf7..ee7e3433 100644 --- a/docs/source_en/architecture.md +++ b/docs/source_en/architecture.md @@ -1,12 +1,6 @@ # Overall Architecture -This document describes the overall architecture of MindSpore. - - - -- [Overall Architecture](#overall-architecture) - - +`Ascend` `GPU` `CPU` `On Device` `Model Development` `Model Optimization` `Framework Development` `Intermediate` `Expert` `Contributor` diff --git a/docs/source_en/benchmark.md b/docs/source_en/benchmark.md index 7524dc87..cc19eeaa 100644 --- a/docs/source_en/benchmark.md +++ b/docs/source_en/benchmark.md @@ -1,5 +1,18 @@ # Benchmarks +`Ascend` `Model Training` `Intermediae` `Expert` + + + +- [Benchmarks](#benchmarks) + - [Training Performance](#training-performance) + - [ResNet](#resnet) + - [BERT](#bert) + - [Wide & Deep (data parallel)](#wide--deep-data-parallel) + - [Wide & Deep (Host-Device model parallel)](#wide--deep-host-device-model-parallel) + + + This document describes the MindSpore benchmarks. diff --git a/docs/source_en/constraints_on_network_construction.md b/docs/source_en/constraints_on_network_construction.md index 0f0f3593..e6e574bb 100644 --- a/docs/source_en/constraints_on_network_construction.md +++ b/docs/source_en/constraints_on_network_construction.md @@ -1,5 +1,7 @@ # Constraints on Network Construction Using Python +`Ascend` `GPU` `CPU` `Model Development` `Beginner` `Intermediate` `Expert` + - [Constraints on Network Construction Using Python](#constraints-on-network-construction-using-python) diff --git a/docs/source_en/design/mindinsight/graph_visual_design.md b/docs/source_en/design/mindinsight/graph_visual_design.md index 0be8d9f6..d4d4efaf 100644 --- a/docs/source_en/design/mindinsight/graph_visual_design.md +++ b/docs/source_en/design/mindinsight/graph_visual_design.md @@ -1,5 +1,7 @@ # Computational Graph Visualization Design +`Ascend` `GPU` `Model Development` `Model Optimization` `Framework Development` `Intermediate` `Expert` `Contributor` + - [Computational Graph Visualization Design](#computational-graph-visualization-design) diff --git a/docs/source_en/design/mindinsight/tensor_visual_design.md b/docs/source_en/design/mindinsight/tensor_visual_design.md index e3a42ff4..3f3a21e5 100644 --- a/docs/source_en/design/mindinsight/tensor_visual_design.md +++ b/docs/source_en/design/mindinsight/tensor_visual_design.md @@ -1,5 +1,7 @@ # Tensor Visualization Design +`Ascend` `GPU` `Model Development` `Model Optimization` `Framework Development` `Intermediate` `Expert` `Contributor` + - [Tensor Visualization Design](#tensor-visualization-design) diff --git a/docs/source_en/glossary.md b/docs/source_en/glossary.md index 65bbf149..951360de 100644 --- a/docs/source_en/glossary.md +++ b/docs/source_en/glossary.md @@ -1,10 +1,6 @@ # Glossary - - -- [Glossary](#glossary) - - +`Ascend` `GPU` `CPU` `Whole Process` `Beginner` `Intermediate` `Expert` diff --git a/docs/source_en/help_seeking_path.md b/docs/source_en/help_seeking_path.md index 32ee6839..2b45cad1 100644 --- a/docs/source_en/help_seeking_path.md +++ b/docs/source_en/help_seeking_path.md @@ -1,10 +1,10 @@ # Seeking Help and Support -This document describes how to seek help and support when you encounter problems in using MindSpore. +`Ascend` `GPU` `CPU` `Whole Process` `Beginner` `Intermediate` `Expert` -The following flowchart shows the overall help-seeking process which starts from users encountering a problem in using MindSpore and ends with they finding a proper solution. Help-seeking methods are introduced based on the flowchart. +This document describes how to seek help and support when you encounter problems in using MindSpore. The following flowchart shows the overall help-seeking process which starts from users encountering a problem in using MindSpore and ends with they finding a proper solution. Help-seeking methods are introduced based on the flowchart. ![solution](./images/help_seeking_path.png) diff --git a/docs/source_en/network_list.md b/docs/source_en/network_list.md index 5ba73a84..916efdde 100644 --- a/docs/source_en/network_list.md +++ b/docs/source_en/network_list.md @@ -1,5 +1,15 @@ # Network List +`Ascend` `GPU` `CPU` `Model Development` `Intermediate` `Expert` + + + +- [Network List](#network-list) + - [Model Zoo](#model-zoo) + - [Pre-trained Models](#pre-trained-models) + + + ## Model Zoo diff --git a/docs/source_en/operator_list.md b/docs/source_en/operator_list.md index 1343b685..c6eb5188 100644 --- a/docs/source_en/operator_list.md +++ b/docs/source_en/operator_list.md @@ -1,5 +1,7 @@ # Operator List +`Ascend` `GPU` `CPU` `Model Development` `Beginner` `Intermediate` `Expert` + - [Operator List](#operator-list) diff --git a/docs/source_en/roadmap.md b/docs/source_en/roadmap.md index 5c89ddfb..a9525b2e 100644 --- a/docs/source_en/roadmap.md +++ b/docs/source_en/roadmap.md @@ -1,6 +1,6 @@ # RoadMap -MindSpore's top priority plans in the year are displayed as follows. We will continuously adjust the priority based on user feedback. +`Ascend` `GPU` `CPU` `Whole Process` `Framework Development` `Intermediate` `Expert` `Contributor` @@ -16,6 +16,8 @@ MindSpore's top priority plans in the year are displayed as follows. We will con +MindSpore's top priority plans in the year are displayed as follows. We will continuously adjust the priority based on user feedback. + In general, we will make continuous improvements in the following aspects: 1. Support more preset models. 2. Continuously supplement APIs and operator libraries to improve usability and programming experience. diff --git a/docs/source_zh_cn/design/mindarmour/differential_privacy_design.md b/docs/source_zh_cn/design/mindarmour/differential_privacy_design.md index 0dd38bec..2b34793c 100644 --- a/docs/source_zh_cn/design/mindarmour/differential_privacy_design.md +++ b/docs/source_zh_cn/design/mindarmour/differential_privacy_design.md @@ -1,5 +1,7 @@ # 差分隐私 +`Ascend` `模型开发` `模型调优` `框架开发` `企业` `高级` `贡献者` + - [差分隐私](#差分隐私) diff --git a/tutorials/source_en/advanced_use/differential_privacy.md b/tutorials/source_en/advanced_use/differential_privacy.md index 8d26d34e..33635e67 100644 --- a/tutorials/source_en/advanced_use/differential_privacy.md +++ b/tutorials/source_en/advanced_use/differential_privacy.md @@ -1,6 +1,6 @@ # Differential Privacy in Machine Learning -`Ascend` `Data Preparation` `Model Development` `Model Training` `Model Optimization` `Enterprise` `Expert` +`Ascend` `Model Development` `Model Optimization` `Enterprise` `Expert` diff --git a/tutorials/source_zh_cn/advanced_use/differential_privacy.md b/tutorials/source_zh_cn/advanced_use/differential_privacy.md index 41a2cdb8..bf11a9ee 100644 --- a/tutorials/source_zh_cn/advanced_use/differential_privacy.md +++ b/tutorials/source_zh_cn/advanced_use/differential_privacy.md @@ -1,6 +1,6 @@ # 机器学习中的差分隐私 -`Ascend` `数据准备` `模型开发` `模型训练` `模型调优` `企业` `高级` +`Ascend` `模型开发` `模型调优` `企业` `高级` -- GitLab