From 806b33e89fc7256ed4c6729e1e4adb7b02bedfb2 Mon Sep 17 00:00:00 2001 From: xuxinyu5 Date: Fri, 15 May 2020 18:09:55 +0800 Subject: [PATCH] image --View source on Gitee-- and url insert code --- docs/source_en/architecture.md | 2 ++ docs/source_en/benchmark.md | 2 ++ .../constraints_on_network_construction.md | 2 ++ docs/source_en/glossary.md | 2 ++ docs/source_en/operator_list.md | 2 ++ docs/source_en/roadmap.md | 2 ++ docs/source_zh_cn/architecture.md | 2 ++ docs/source_zh_cn/benchmark.md | 2 ++ .../constraints_on_network_construction.md | 2 ++ docs/source_zh_cn/glossary.md | 2 ++ docs/source_zh_cn/operator_list.md | 2 ++ docs/source_zh_cn/roadmap.md | 2 ++ resource/logo_source.png | Bin 0 -> 3030 bytes 13 files changed, 24 insertions(+) create mode 100644 resource/logo_source.png diff --git a/docs/source_en/architecture.md b/docs/source_en/architecture.md index dd363323..42acdd6c 100644 --- a/docs/source_en/architecture.md +++ b/docs/source_en/architecture.md @@ -8,6 +8,8 @@ This document describes the overall architecture of MindSpore. +[![source](/resource/logo_source.png)](https://gitee.com/mindspore/docs/blob/master/docs/source_en/architecture.md) + The MindSpore framework consists of the Frontend Expression layer, Graph Engine layer, and Backend Runtime layer. ![architecture](./images/architecture.png) diff --git a/docs/source_en/benchmark.md b/docs/source_en/benchmark.md index b1de5b03..312ee914 100644 --- a/docs/source_en/benchmark.md +++ b/docs/source_en/benchmark.md @@ -1,5 +1,7 @@ # Benchmarks +[![source](/resource/logo_source.png)](https://gitee.com/mindspore/docs/blob/master/docs/source_en/benchmark.md) + This document describes the MindSpore benchmarks. For details about the MindSpore pre-trained model, see [Model Zoo](https://gitee.com/mindspore/mindspore/tree/master/mindspore/model_zoo). diff --git a/docs/source_en/constraints_on_network_construction.md b/docs/source_en/constraints_on_network_construction.md index 85f41e6a..a2c8ec8b 100644 --- a/docs/source_en/constraints_on_network_construction.md +++ b/docs/source_en/constraints_on_network_construction.md @@ -23,6 +23,8 @@ +[![source](/resource/logo_source.png)](https://gitee.com/mindspore/docs/blob/master/docs/source_en/constraints_on_network_construction.md) + ## Overview MindSpore can compile user source code based on the Python syntax into computational graphs, and can convert common functions or instances inherited from nn.Cell into computational graphs. Currently, MindSpore does not support conversion of any Python source code into computational graphs. Therefore, there are constraints on source code compilation, including syntax constraints and network definition constraints. As MindSpore evolves, the constraints may change. diff --git a/docs/source_en/glossary.md b/docs/source_en/glossary.md index 703328b8..fe20c0ef 100644 --- a/docs/source_en/glossary.md +++ b/docs/source_en/glossary.md @@ -6,6 +6,8 @@ +[![source](/resource/logo_source.png)](https://gitee.com/mindspore/docs/blob/master/docs/source_en/glossary.md) + | Acronym and Abbreviation | Description | | ----- | ----- | | Ascend | Name of Huawei Ascend series chips. | diff --git a/docs/source_en/operator_list.md b/docs/source_en/operator_list.md index 57f614ef..0239aeee 100644 --- a/docs/source_en/operator_list.md +++ b/docs/source_en/operator_list.md @@ -8,6 +8,8 @@ +[![source](/resource/logo_source.png)](https://gitee.com/mindspore/docs/blob/master/docs/source_en/operator_list.md) + ## mindspore.nn | Operation | Ascend | GPU | CPU |Operator Type diff --git a/docs/source_en/roadmap.md b/docs/source_en/roadmap.md index 3f0ef7f1..2bf7935f 100644 --- a/docs/source_en/roadmap.md +++ b/docs/source_en/roadmap.md @@ -14,6 +14,8 @@ MindSpore's top priority plans in the year are displayed as follows. We will con +[![source](/resource/logo_source.png)](https://gitee.com/mindspore/docs/blob/master/docs/source_en/roadmap.md) + In general, we will make continuous improvements in the following aspects: 1. Support more preset models. diff --git a/docs/source_zh_cn/architecture.md b/docs/source_zh_cn/architecture.md index dc344679..8ed56ccc 100644 --- a/docs/source_zh_cn/architecture.md +++ b/docs/source_zh_cn/architecture.md @@ -8,6 +8,8 @@ +[![source](/resource/logo_source.png)](https://gitee.com/mindspore/docs/blob/master/docs/source_zh_cn/architecture.md) + MindSpore框架架构总体分为MindSpore前端表示层、MindSpore计算图引擎和MindSpore后端运行时三层。 ![architecture](./images/architecture.png) diff --git a/docs/source_zh_cn/benchmark.md b/docs/source_zh_cn/benchmark.md index 0b486617..267c8e84 100644 --- a/docs/source_zh_cn/benchmark.md +++ b/docs/source_zh_cn/benchmark.md @@ -1,5 +1,7 @@ # 基准性能 +[![source](/resource/logo_source.png)](https://gitee.com/mindspore/docs/blob/master/docs/source_zh_cn/benchmark.md) + 本文介绍MindSpore的基准性能。MindSpore预训练模型可参考[Model Zoo](https://gitee.com/mindspore/mindspore/tree/master/mindspore/model_zoo)。 ## 训练性能 diff --git a/docs/source_zh_cn/constraints_on_network_construction.md b/docs/source_zh_cn/constraints_on_network_construction.md index 4377e0cb..4dcf37fd 100644 --- a/docs/source_zh_cn/constraints_on_network_construction.md +++ b/docs/source_zh_cn/constraints_on_network_construction.md @@ -23,6 +23,8 @@ +[![source](/resource/logo_source.png)](https://gitee.com/mindspore/docs/blob/master/docs/source_zh_cn/constraints_on_network_construction.md) + ## 概述 MindSpore完成从用户源码到计算图的编译,用户源码基于Python语法编写,当前MindSpore支持将普通函数或者继承自nn.Cell的实例转换生成计算图,暂不支持将任意Python源码转换成计算图,所以对于用户源码支持的写法有所限制,主要包括语法约束和网络定义约束两方面。随着MindSpore的演进,这些约束可能会发生变化。 diff --git a/docs/source_zh_cn/glossary.md b/docs/source_zh_cn/glossary.md index d5fb6ef6..265ff2d6 100644 --- a/docs/source_zh_cn/glossary.md +++ b/docs/source_zh_cn/glossary.md @@ -6,6 +6,8 @@ +[![source](/resource/logo_source.png)](https://gitee.com/mindspore/docs/blob/master/docs/source_zh_cn/glossary.md) + | 术语/缩略语 | 说明 | | ----- | ----- | | Ascend | 华为昇腾系列芯片的系列名称。 | diff --git a/docs/source_zh_cn/operator_list.md b/docs/source_zh_cn/operator_list.md index 356378f8..eecbb8cf 100644 --- a/docs/source_zh_cn/operator_list.md +++ b/docs/source_zh_cn/operator_list.md @@ -8,6 +8,8 @@ +[![source](/resource/logo_source.png)](https://gitee.com/mindspore/docs/blob/master/docs/source_zh_cn/operator_list.md) + ## mindspore.nn | 操作名 | Ascend | GPU | CPU |算子类别 diff --git a/docs/source_zh_cn/roadmap.md b/docs/source_zh_cn/roadmap.md index f5669ccb..9cad947b 100644 --- a/docs/source_zh_cn/roadmap.md +++ b/docs/source_zh_cn/roadmap.md @@ -23,6 +23,8 @@ +[![source](/resource/logo_source.png)](https://gitee.com/mindspore/docs/blob/master/docs/source_zh_cn/roadmap.md) + ## 预置模型 * CV:目标检测、GAN、图像分割、姿态识别等场景经典模型。 * NLP:RNN、Transformer类型神经网络,拓展基于Bert预训练模型的应用。 diff --git a/resource/logo_source.png b/resource/logo_source.png new file mode 100644 index 0000000000000000000000000000000000000000..7240ef4e5e49b975bb70dd3d27ae9f273f7e2172 GIT binary patch literal 3030 zcmV;{3n}!8P)6DFYxA}Cd+ls+bArs3!UjZ%7&y1+vQLqfZk#K96XTaZDbU-kO{fxx+E zYuCKw8FQme;*K&z8jLxrJ|<=sVcCv-D1W+t!=^jG^f&wNsd(W;teAqU^Fcsq~-M{%mI!Fo8L^i%AkUHe`H+c35iQBy19QDEXL}S&v~D$*PMk z`!O&NH+W3kz%d90Pk_Ky&D)--qL`RjPcoUj0;m8+fjn-oB)q)i-Q(Q@p~HcAdlvKg zqs%Zb1Qy^1jRlN&Do0BNWZF>pOZlxxAWN8Dzsd7K-tFlsCL)zv0+4YFag<;&A4?p>AS zRPaAM}ILh_9*gJur?0YPX{ z39LAF=(KujIMzPIzZxo8Qe$EtQr=PkwI)ltES{UDwqvG_Y-0r%d@{tZ+Xc3+M6mPi zVOz6HRI2ZKUnbzQ?~iZ0tJ9(zxNt#)ZEu_)qRpbotxw0BXQQ2G6Iq;(*}&LxL4qljig=UHvB6T8sT}xNqqK(g*owOB-Z> z%(dt9}QL-6{5T8Z@UZo@q1rUbdWNj>UTmO_~PsycE^HoJHF} zim!d+d{zM6ZTb}~Op+6H15N3qTVLS|OBeD$*55)E#xTO(;8x>FooXt1w!*tHizux)EE+p1DL_{|iV>_VQ( zT0H%`Q|!@wk$CdsIf1bKAhGRm;MiI}irEUuVSIhpDP~XeIkKE5L$3?KD98GtskWRe zY>PdL=E(c~+@71y)7P6pUnAOx8mp51ywtrE)lV%^E04Yk6}D;#0O2I2H}&Od?T1WV ziuKJ&T087;nZjUu`JCW5kXe|FC@YiA-a`WFQmkKUaIC{Fw3V%&&#F4X-afsKOeU+B zB@uliY<#MZb#GXJNpt-eZKn+~2#)34yqsgUQl>B$3oS#Vk`{T}G zhX}il&7bzUV{`jg%?N$8JzW+xRz-atuYL;BI4Km=KI2Sx5^Qa?V4+EK|1ev7bv^il z?d5w%*xm_?o73D?A5q>*hd#78jzP1N_v{MxbPA|5aau<>6j4XmAkqd)>&m%U=KBQ4 z5q#9AwmqM(r)8aT?z+K*PQ`x*z+}}jqfn-$**%_ETx}x@Lp6Jc1%ITq; zd)BA;c*_7=`huF8E7Sa9nZH;5xOIRZ?R6J)T?f#*tB=PH`uVF?EaJ+8ifqw59$91X z@{_0eyI(BG7tiB`8-vHdJ2c<)wpG6*SFKpY`g)nOcyfzi^_mnH0srn0eECwv_s&y% z`?cUu2kV3Chu%Jf`>vzc8EY(CclGgD|2!V?`~@O?^f6d-YnqmYy4?3mZ==xuqT=o7 zbs*T!Qu=e@k9VHG7B~Y81A{=$yAI+06z41;aKGyb?BSAYHuV%6shF5q&6c~XO9f6I zH*g#X9u7D{1mB`DF`q-+k9mHQvH*eO=)4el1IkrdOw4R2pC9TcA~?n(5IFYP(Hv!o zj4F$Xne7anJoI0}D^1bW2K3*mSwp`u%I7_-%3@+>GoyAs|DRVM-iG_3Url-d1qcMr zzAZoaZ9~hW`Lekccb1V{oJf|js#nC*2N2%OtApDEsPF-s|?{xahKC_j=j! zqWh`)D^bgh;vP54Q?*mT0Pcy}2=0m6DE>+m`a?DcS1F?}?x=b?OcE+*+;r>h(bwa94m3;`>pQyd4aftF)qR#g` zZs5qHXSw zU3p}R+@?Wz#ewL+Df5yHnmAZuW(zVXWbmj#B;_HZ0zk^tK#5vuBvG=Mn3;^e^-@GiFc%fn9nk5K&U}dG+-p-34l^%O6g-_W*S8U!lRTvCMG5(CgxM( YfBKt2oNm08M*si-07*qoM6N<$f_6{u&j0`b literal 0 HcmV?d00001 -- GitLab