Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
MindSpore
mindinsight
提交
90afae1c
M
mindinsight
项目概览
MindSpore
/
mindinsight
通知
7
Star
3
Fork
2
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
M
mindinsight
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
90afae1c
编写于
5月 15, 2020
作者:
W
WeiFeng
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
graph guide
上级
aeac0039
变更
8
显示空白变更内容
内联
并排
Showing
8 changed file
with
1360 addition
and
10 deletion
+1360
-10
mindinsight/ui/src/assets/images/graph-step1.png
mindinsight/ui/src/assets/images/graph-step1.png
+0
-0
mindinsight/ui/src/assets/images/graph-step1.svg
mindinsight/ui/src/assets/images/graph-step1.svg
+443
-0
mindinsight/ui/src/assets/images/graph-step2.png
mindinsight/ui/src/assets/images/graph-step2.png
+0
-0
mindinsight/ui/src/assets/images/graph-step2.svg
mindinsight/ui/src/assets/images/graph-step2.svg
+490
-0
mindinsight/ui/src/assets/images/graph-step3.png
mindinsight/ui/src/assets/images/graph-step3.png
+0
-0
mindinsight/ui/src/assets/images/graph-step3.svg
mindinsight/ui/src/assets/images/graph-step3.svg
+407
-0
mindinsight/ui/src/locales/zh-cn.json
mindinsight/ui/src/locales/zh-cn.json
+3
-3
mindinsight/ui/src/views/train-manage/graph.vue
mindinsight/ui/src/views/train-manage/graph.vue
+17
-7
未找到文件。
mindinsight/ui/src/assets/images/graph-step1.png
已删除
100644 → 0
浏览文件 @
aeac0039
315.8 KB
mindinsight/ui/src/assets/images/graph-step1.svg
0 → 100644
浏览文件 @
90afae1c
因为 它太大了无法显示 source diff 。你可以改为
查看blob
。
mindinsight/ui/src/assets/images/graph-step2.png
已删除
100644 → 0
浏览文件 @
aeac0039
334.3 KB
mindinsight/ui/src/assets/images/graph-step2.svg
0 → 100644
浏览文件 @
90afae1c
因为 它太大了无法显示 source diff 。你可以改为
查看blob
。
mindinsight/ui/src/assets/images/graph-step3.png
已删除
100644 → 0
浏览文件 @
aeac0039
306.5 KB
mindinsight/ui/src/assets/images/graph-step3.svg
0 → 100644
浏览文件 @
90afae1c
因为 它太大了无法显示 source diff 。你可以改为
查看blob
。
mindinsight/ui/src/locales/zh-cn.json
浏览文件 @
90afae1c
...
...
@@ -150,10 +150,10 @@
"guideTitle2"
:
"2/3 节点类型介绍"
,
"guideTitle3"
:
"3/3 边介绍"
,
"guideContent11"
:
"1. 在计算图展示区域可以查看计算图,可以通过滚轮对计算图放大和缩小,可以鼠标点击后拖拽。"
,
"guideContent12"
:
"2. 支持全屏展示计算图,或者将当前页面保存成SVG文件。"
,
"guideContent12"
:
"2. 支持全屏展示计算图,或者将当前页面保存成SVG
图片
文件。"
,
"guideContent13"
:
"3. 在右边的功能区中,可以切换查看不同文件的计算图,或者在计算图中进行节点搜索。"
,
"guideContent14"
:
"4. 在节点信息的输入和输出中,
可以选择并点击跳转到该
节点。"
,
"guideContent2"
:
"计算图
主要由命名空间节点,算子节点,虚拟节点,聚合节点,常量节点等几种类型节点构成
。其中
\"
Default
\"
表示正向传播,
\"
Gradients
\"
表示反向传播。"
,
"guideContent14"
:
"4. 在节点信息的输入和输出中,
选择并点击一个节点后,可以跳转到选择的
节点。"
,
"guideContent2"
:
"计算图
中有命名空间节点,算子节点,虚拟节点,聚合节点,常量节点等几种类型节点
。其中
\"
Default
\"
表示正向传播,
\"
Gradients
\"
表示反向传播。"
,
"guideContent3"
:
"计算图中存在数据边和控制边。其中数据边表示数据的输入,控制边表示节点之间执行依赖关系。"
,
"next"
:
"下一步"
,
"finish"
:
"完成"
...
...
mindinsight/ui/src/views/train-manage/graph.vue
浏览文件 @
90afae1c
...
...
@@ -31,7 +31,10 @@ limitations under the License.
<div
v-for=
"item in guide.content"
:key=
"item"
class=
"guide-span"
>
{{
item
}}
</div>
<div
class=
"step-pic"
>
<img
:src=
"require(`@/assets/images/graph-stepimg$
{guide.step}.svg`)" />
</div>
<el-button
type=
"primary"
@
click=
"guideNext"
>
{{
guide
.
step
===
3
?
$t
(
'
graph.finish
'
)
:
$t
(
'
graph.next
'
)
...
...
@@ -39,17 +42,17 @@ limitations under the License.
</el-popover>
<div
class=
"step"
v-show=
"guide.step == 1"
>
<img
src=
"@/assets/images/graph-step1.
pn
g"
<img
src=
"@/assets/images/graph-step1.
sv
g"
alt=
""
/>
</div>
<div
class=
"step"
v-show=
"guide.step == 2"
>
<img
src=
"@/assets/images/graph-step2.
pn
g"
<img
src=
"@/assets/images/graph-step2.
sv
g"
alt=
""
/>
</div>
<div
class=
"step"
v-show=
"guide.step == 3"
>
<img
src=
"@/assets/images/graph-step3.
pn
g"
<img
src=
"@/assets/images/graph-step3.
sv
g"
alt=
""
/>
</div>
</div>
...
...
@@ -1030,6 +1033,7 @@ export default {
?
this
.
allGraphData
[
name
].
independent_layout
:
false
;
if
(
independentLayout
&&
nodes
&&
nodes
.
length
>
aggregationNodeLimit
)
{
const
nodesLength
=
nodes
.
length
;
// The selected node must be included.
let
startIndex
=
0
;
if
(
this
.
selectedNode
.
more
)
{
...
...
@@ -1068,7 +1072,7 @@ export default {
};
nodes
.
splice
(
0
,
0
,
ellipsisNodeL
);
}
if
(
startIndex
+
aggregationNodeLimit
<
nodes
.
l
ength
)
{
if
(
startIndex
+
aggregationNodeLimit
<
nodes
L
ength
)
{
const
ellipsisNode
=
{
name
:
`
${
name
}
/right/
${
ellipsisNum
}
more...`
,
attr
:
{},
...
...
@@ -2808,9 +2812,11 @@ export default {
line-height
:
56px
;
.guide
{
cursor
:
pointer
;
margin-left
:
1
6
px
;
margin-left
:
1
0
px
;
line-height
:
20px
;
display
:
inline-block
;
line-height
:
18px
;
font-size
:
12px
;
.guide-icon
{
display
:
inline-block
;
width
:
16px
;
...
...
@@ -2836,11 +2842,14 @@ export default {
position
:
absolute
;
background-color
:
#c6c8cc
;
z-index
:
9999
;
.step-pic
{
text-align
:
center
;
margin-top
:
8px
;
}
.step
{
height
:
100%
;
background-repeat
:
round
;
img
{
height
:
100%
;
width
:
100%
;
}
}
...
...
@@ -2867,6 +2876,7 @@ export default {
font-size
:
16px
;
color
:
#252b3a
;
line-height
:
24px
;
font-weight
:
bold
;
}
.el-button
{
display
:
block
;
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录