Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
MindSpore
mindinsight
提交
e41f8b8d
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看板
提交
e41f8b8d
编写于
8月 13, 2020
作者:
M
mindspore-ci-bot
提交者:
Gitee
8月 13, 2020
浏览文件
操作
浏览文件
下载
差异文件
!516 No data display optimization
Merge pull request !516 from 冯学峰/myMaster02
上级
60aa5e29
87064c14
变更
8
显示空白变更内容
内联
并排
Showing
8 changed file
with
16 addition
and
12 deletion
+16
-12
mindinsight/ui/src/locales/en-us.json
mindinsight/ui/src/locales/en-us.json
+1
-3
mindinsight/ui/src/locales/zh-cn.json
mindinsight/ui/src/locales/zh-cn.json
+1
-1
mindinsight/ui/src/main.js
mindinsight/ui/src/main.js
+2
-2
mindinsight/ui/src/views/train-manage/data-process.vue
mindinsight/ui/src/views/train-manage/data-process.vue
+2
-1
mindinsight/ui/src/views/train-manage/operator.vue
mindinsight/ui/src/views/train-manage/operator.vue
+2
-1
mindinsight/ui/src/views/train-manage/profiling-dashboard.vue
...insight/ui/src/views/train-manage/profiling-dashboard.vue
+2
-2
mindinsight/ui/src/views/train-manage/profiling.vue
mindinsight/ui/src/views/train-manage/profiling.vue
+4
-1
mindinsight/ui/src/views/train-manage/step-trace.vue
mindinsight/ui/src/views/train-manage/step-trace.vue
+2
-1
未找到文件。
mindinsight/ui/src/locales/en-us.json
浏览文件 @
e41f8b8d
...
...
@@ -49,9 +49,7 @@
"dataTraceback"
:
"Dataset Lineage"
,
"comparePlate"
:
"Comparison Dashboard"
,
"disableProfilerTip"
:
"Failed to view profiling because no profiler log is available."
,
"hardwareVisual"
:
"Hardware Resources"
,
"paramDetails"
:
"Parameter Details"
,
"trainingParamDetails"
:
"Training Parameter Details(Directory)"
"hardwareVisual"
:
"Hardware Resources"
},
"modelTraceback"
:
{
"summaryPath"
:
"Summary Path"
,
...
...
mindinsight/ui/src/locales/zh-cn.json
浏览文件 @
e41f8b8d
{
"public"
:
{
"netWorkError"
:
"网络或后
台
错误,请检查。"
,
"netWorkError"
:
"网络或后
端服务
错误,请检查。"
,
"browserWarning"
:
"您当前的浏览器可能导致部分功能失效或不可使用,建议使用Chrome 65版本以上的浏览器。"
,
"timeout"
:
"超时,请重新请求。"
,
"noData"
:
"暂无数据"
,
...
...
mindinsight/ui/src/main.js
浏览文件 @
e41f8b8d
...
...
@@ -23,8 +23,8 @@ import './assets/css/element.css';
import
'
./assets/css/reset.scss
'
;
import
i18n
from
'
./i18n
'
;
import
$
from
'
jquery
'
;
import
locale
from
'
../node_modules/
element-ui/lib/locale/lang/en
'
;
import
localezh
from
'
../node_modules/
element-ui/lib/locale/lang/zh-CN
'
;
import
locale
from
'
element-ui/lib/locale/lang/en
'
;
import
localezh
from
'
element-ui/lib/locale/lang/zh-CN
'
;
if
(
localStorage
.
getItem
(
'
milang
'
)
&&
...
...
mindinsight/ui/src/views/train-manage/data-process.vue
浏览文件 @
e41f8b8d
...
...
@@ -417,7 +417,8 @@ export default {
}
else
{
this
.
queryAverageRate
();
}
}
else
{
}
if
(
newValue
.
initOver
)
{
this
.
connectQueueChart
.
initOver
=
true
;
this
.
dataQueueChart
.
initOver
=
true
;
this
.
deviceQueueOpChart
.
initOver
=
true
;
...
...
mindinsight/ui/src/views/train-manage/operator.vue
浏览文件 @
e41f8b8d
...
...
@@ -337,7 +337,8 @@ export default {
this
.
currentCard
=
newValue
.
curCardNum
;
this
.
initOver
=
false
;
this
.
cardChange
();
}
else
{
}
if
(
newValue
.
initOver
)
{
this
.
initOver
=
true
;
}
},
...
...
mindinsight/ui/src/views/train-manage/profiling-dashboard.vue
浏览文件 @
e41f8b8d
...
...
@@ -477,7 +477,7 @@ export default {
// Monitor current card information
'
$parent.curDashboardInfo
'
:
{
handler
(
newValue
,
oldValue
)
{
if
(
newValue
.
curCardNum
===
''
)
{
if
(
newValue
.
initOver
)
{
this
.
pieChart
.
noData
=
true
;
this
.
svg
.
noData
=
true
;
this
.
svg
.
initOver
=
true
;
...
...
@@ -485,7 +485,7 @@ export default {
this
.
timelineInfo
.
initOver
=
true
;
this
.
processSummary
.
initOver
=
true
;
}
if
(
newValue
.
query
.
dir
&&
newValue
.
query
.
id
&&
newValue
.
query
.
path
)
{
if
(
newValue
.
query
.
dir
&&
newValue
.
query
.
id
&&
newValue
.
query
.
path
&&
newValue
.
curCardNum
)
{
this
.
summaryPath
=
newValue
.
query
.
dir
;
this
.
trainingJobId
=
newValue
.
query
.
id
;
this
.
relativePath
=
newValue
.
query
.
path
;
...
...
mindinsight/ui/src/views/train-manage/profiling.vue
浏览文件 @
e41f8b8d
...
...
@@ -77,6 +77,7 @@ export default {
// Current Select card info
curCardNum
:
''
,
query
:
{},
initOver
:
false
,
},
};
},
...
...
@@ -137,7 +138,9 @@ export default {
this
.
curDashboardInfo
.
curCardNum
=
''
;
}
})
.
catch
(()
=>
{});
.
catch
(()
=>
{
this
.
curDashboardInfo
.
initOver
=
true
;
});
},
/**
* Get profile helper data
...
...
mindinsight/ui/src/views/train-manage/step-trace.vue
浏览文件 @
e41f8b8d
...
...
@@ -246,7 +246,8 @@ export default {
val
.
initOver
=
false
;
});
this
.
init
();
}
else
{
}
if
(
newValue
.
initOver
)
{
this
.
svg
.
initOver
=
true
;
this
.
tabsArr
.
forEach
((
val
)
=>
{
val
.
initOver
=
true
;
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录