Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
MindSpore
mindinsight
提交
7258a100
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看板
提交
7258a100
编写于
5月 24, 2020
作者:
M
mindspore-ci-bot
提交者:
Gitee
5月 24, 2020
浏览文件
操作
浏览文件
下载
差异文件
!157 UI fix profiler and model trace issue
Merge pull request !157 from 潘慧/master_ph
上级
faa697ce
61d42dc3
变更
6
隐藏空白更改
内联
并排
Showing
6 changed file
with
35 addition
and
9 deletion
+35
-9
mindinsight/ui/src/common/common-property.js
mindinsight/ui/src/common/common-property.js
+23
-0
mindinsight/ui/src/views/train-manage/compare-plate.vue
mindinsight/ui/src/views/train-manage/compare-plate.vue
+1
-1
mindinsight/ui/src/views/train-manage/data-traceback.vue
mindinsight/ui/src/views/train-manage/data-traceback.vue
+3
-4
mindinsight/ui/src/views/train-manage/model-traceback.vue
mindinsight/ui/src/views/train-manage/model-traceback.vue
+2
-3
mindinsight/ui/src/views/train-manage/profiler.vue
mindinsight/ui/src/views/train-manage/profiler.vue
+5
-0
mindinsight/ui/src/views/train-manage/scalar-compare.vue
mindinsight/ui/src/views/train-manage/scalar-compare.vue
+1
-1
未找到文件。
mindinsight/ui/src/common/common-property.js
浏览文件 @
7258a100
...
...
@@ -14,6 +14,29 @@
* limitations under the License.
*/
export
default
{
pieColorArr
:
[
'
#6C92FA
'
,
'
#6CBFFF
'
,
'
#4EDED2
'
,
'
#7ADFA0
'
,
'
#A6DD82
'
,
'
#F6DF66
'
,
'
#FDCA5A
'
,
'
#FA8E5A
'
,
'
#F45C5E
'
,
'
#F3689A
'
,
'
#A97AF8
'
,
'
#3D58A6
'
,
'
#3673A3
'
,
'
#2C9990
'
,
'
#469965
'
,
'
#68994D
'
,
'
#A89636
'
,
'
#A8812C
'
,
'
#A6542D
'
,
'
#A34142
'
,
'
#664EA3
'
,
],
commonColorArr
:
[
'
#6C92FA
'
,
'
#FA8E5A
'
,
...
...
mindinsight/ui/src/views/train-manage/compare-plate.vue
浏览文件 @
7258a100
...
...
@@ -260,7 +260,7 @@ export default {
}
},
mounted
()
{
document
.
title
=
`
${
this
.
$t
(
'
summaryManage.comparePlate
'
)}
+
-MindInsight`
;
document
.
title
=
`
${
this
.
$t
(
'
summaryManage.comparePlate
'
)}
-MindInsight`
;
this
.
$nextTick
(()
=>
{
// Adding a Listener
window
.
addEventListener
(
'
resize
'
,
this
.
resizeCallback
,
false
);
...
...
mindinsight/ui/src/views/train-manage/data-traceback.vue
浏览文件 @
7258a100
...
...
@@ -151,11 +151,10 @@ limitations under the License.
</el-table-column>
<!-- remark column -->
<el-table-column
fixed=
"right"
width=
"
22
0"
>
width=
"
31
0"
>
<
template
slot=
"header"
>
<div>
<div
class=
"label-text"
>
{{
$t
(
'
public.remark
'
)
}}
</div>
<br>
<div
class=
"remark-tip"
>
{{
$t
(
'
modelTraceback.remarkTips
'
)
}}
</div>
</div>
</
template
>
...
...
@@ -1879,7 +1878,7 @@ export default {
.no-data-page
{
width
:
100%
;
height
:
100%
;
padding-top
:
2
5
4px
;
padding-top
:
2
2
4px
;
}
.no-data-img
{
background
:
#fff
;
...
...
@@ -2001,7 +2000,7 @@ export default {
.hide-count
{
display
:
inline-block
;
position
:
absolute
;
right
:
4
0
0px
;
right
:
4
5
0px
;
height
:
32px
;
line-height
:
32px
;
padding-top
:
12px
;
...
...
mindinsight/ui/src/views/train-manage/model-traceback.vue
浏览文件 @
7258a100
...
...
@@ -216,11 +216,10 @@ limitations under the License.
</el-table-column>
<!-- remark column -->
<el-table-column
fixed=
"right"
width=
"
22
0"
>
width=
"
31
0"
>
<
template
slot=
"header"
>
<div>
<div
class=
"label-text"
>
{{
$t
(
'
public.remark
'
)
}}
</div>
<br>
<div
class=
"remark-tip"
>
{{
$t
(
'
modelTraceback.remarkTips
'
)
}}
</div>
</div>
</
template
>
...
...
@@ -2063,7 +2062,7 @@ export default {
.hide-count
{
display
:
inline-block
;
position
:
absolute
;
right
:
4
0
0px
;
right
:
4
5
0px
;
height
:
32px
;
line-height
:
32px
;
padding-top
:
4px
;
...
...
mindinsight/ui/src/views/train-manage/profiler.vue
浏览文件 @
7258a100
...
...
@@ -667,6 +667,7 @@ export default {
row
.
opDetailCol
=
[];
row
.
opDetailPage
.
offset
=
0
;
row
.
pageTotal
=
0
;
row
.
op_sort_condition
=
{
name
:
'
execution_time
'
,
type
:
'
descending
'
};
this
.
getCoreDetailList
(
row
);
}
},
...
...
@@ -698,6 +699,10 @@ export default {
*/
coreTableChange
()
{
if
(
this
.
statisticType
===
1
&&
!
this
.
opAllTypeList
.
opDetailCol
.
length
)
{
this
.
opAllTypeList
.
op_sort_condition
=
{
name
:
'
execution_time
'
,
type
:
'
descending
'
,
};
this
.
getCoreDetailList
(
this
.
opAllTypeList
);
}
},
...
...
mindinsight/ui/src/views/train-manage/scalar-compare.vue
浏览文件 @
7258a100
...
...
@@ -457,7 +457,7 @@ export default {
* updata smoothness
*/
updataInputValue
()
{
updataInputValue
(
val
)
{
this
.
smoothValueNumber
=
Number
(
val
);
if
(
this
.
smoothSliderValueTimer
)
{
clearTimeout
(
this
.
smoothSliderValueTimer
);
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录