Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
MindSpore
mindinsight
提交
92eac0ed
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看板
体验新版 GitCode,发现更多精彩内容 >>
提交
92eac0ed
编写于
4月 22, 2020
作者:
M
mindspore-ci-bot
提交者:
Gitee
4月 22, 2020
浏览文件
操作
浏览文件
下载
差异文件
!64 UI Linkage of lineages: model and dataset(3rd commit)
Merge pull request !64 from 潘慧/master_ph
上级
5a6d934a
5ec6a3ba
变更
4
隐藏空白更改
内联
并排
Showing
4 changed file
with
13 addition
and
3 deletion
+13
-3
mindinsight/ui/src/locales/zh-cn.json
mindinsight/ui/src/locales/zh-cn.json
+2
-1
mindinsight/ui/src/views/train-manage/data-traceback.vue
mindinsight/ui/src/views/train-manage/data-traceback.vue
+5
-0
mindinsight/ui/src/views/train-manage/model-traceback.vue
mindinsight/ui/src/views/train-manage/model-traceback.vue
+5
-1
mindinsight/ui/src/views/train-manage/training-dashboard.vue
mindinsight/ui/src/views/train-manage/training-dashboard.vue
+1
-1
未找到文件。
mindinsight/ui/src/locales/zh-cn.json
浏览文件 @
92eac0ed
...
...
@@ -48,7 +48,8 @@
"noDataFound"
:
"暂无满足筛选条件的数据"
,
"noDataTips"
:
"请点击“显示全量数据”按钮查看全量数据"
,
"userDefined"
:
"自定义数据"
,
"metric"
:
"度量指标"
"metric"
:
"度量指标"
,
"deviceNum"
:
"device数目"
},
"dataTraceback"
:
{
"details"
:
"详情"
,
...
...
mindinsight/ui/src/views/train-manage/data-traceback.vue
浏览文件 @
92eac0ed
...
...
@@ -255,6 +255,7 @@ export default {
this
.
$t
(
'
modelTraceback.learningRate
'
),
'
epoch
'
,
'
steps
'
,
this
.
$t
(
'
modelTraceback.deviceNum
'
),
this
.
$t
(
'
modelTraceback.modelSize
'
),
this
.
$t
(
'
modelTraceback.lossFunc
'
),
],
...
...
@@ -266,6 +267,7 @@ export default {
'
model_size
'
,
'
loss
'
,
'
learning_rate
'
,
'
device_num
'
,
],
table
:
{
columnOptions
:
{
...
...
@@ -303,6 +305,9 @@ export default {
batch_size
:
{
label
:
'
steps
'
,
},
device_num
:
{
label
:
this
.
$t
(
'
modelTraceback.deviceNum
'
),
},
loss_function
:
{
label
:
this
.
$t
(
'
modelTraceback.lossFunc
'
),
},
...
...
mindinsight/ui/src/views/train-manage/model-traceback.vue
浏览文件 @
92eac0ed
...
...
@@ -82,7 +82,7 @@ limitations under the License.
:label=
"table.columnOptions[key].label"
:fixed=
"table.columnOptions[key].label===text?true:false"
show-overflow-tooltip
min-width=
"1
8
0"
min-width=
"1
5
0"
sortable=
"custom"
>
<template
slot=
"header"
slot-scope=
"scope"
>
...
...
@@ -248,6 +248,10 @@ export default {
label
:
'
steps
'
,
required
:
false
,
},
device_num
:
{
label
:
this
.
$t
(
'
modelTraceback.deviceNum
'
),
required
:
false
,
},
model_size
:
{
label
:
this
.
$t
(
'
modelTraceback.modelSize
'
),
required
:
false
,
...
...
mindinsight/ui/src/views/train-manage/training-dashboard.vue
浏览文件 @
92eac0ed
...
...
@@ -55,7 +55,7 @@ limitations under the License.
@
click=
"viewMoreHistogram"
>
<div
class=
"cl-dashboard-title"
>
{{
$t
(
"
histogram.titleText
"
)
}}
</div>
<div
class=
"cl-module"
>
<div
id
=
"histogram-char-container"
<div
class
=
"histogram-char-container"
v-show=
"!!histogramTag && !wrongPlugin"
>
<div
id=
"distribution-chart"
></div>
<div
class=
"tag-text"
>
{{
histogramTag
}}
</div>
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录