提交 5ec6a3ba 编写于 作者: P ph

update

上级 7936eaf2
...@@ -48,7 +48,8 @@ ...@@ -48,7 +48,8 @@
"noDataFound":"暂无满足筛选条件的数据", "noDataFound":"暂无满足筛选条件的数据",
"noDataTips":"请点击“显示全量数据”按钮查看全量数据", "noDataTips":"请点击“显示全量数据”按钮查看全量数据",
"userDefined": "自定义数据", "userDefined": "自定义数据",
"metric": "度量指标" "metric": "度量指标",
"deviceNum": "device数目"
}, },
"dataTraceback": { "dataTraceback": {
"details": "详情", "details": "详情",
......
...@@ -255,6 +255,7 @@ export default { ...@@ -255,6 +255,7 @@ export default {
this.$t('modelTraceback.learningRate'), this.$t('modelTraceback.learningRate'),
'epoch', 'epoch',
'steps', 'steps',
this.$t('modelTraceback.deviceNum'),
this.$t('modelTraceback.modelSize'), this.$t('modelTraceback.modelSize'),
this.$t('modelTraceback.lossFunc'), this.$t('modelTraceback.lossFunc'),
], ],
...@@ -266,6 +267,7 @@ export default { ...@@ -266,6 +267,7 @@ export default {
'model_size', 'model_size',
'loss', 'loss',
'learning_rate', 'learning_rate',
'device_num',
], ],
table: { table: {
columnOptions: { columnOptions: {
...@@ -303,6 +305,9 @@ export default { ...@@ -303,6 +305,9 @@ export default {
batch_size: { batch_size: {
label: 'steps', label: 'steps',
}, },
device_num: {
label: this.$t('modelTraceback.deviceNum'),
},
loss_function: { loss_function: {
label: this.$t('modelTraceback.lossFunc'), label: this.$t('modelTraceback.lossFunc'),
}, },
......
...@@ -82,7 +82,7 @@ limitations under the License. ...@@ -82,7 +82,7 @@ limitations under the License.
:label="table.columnOptions[key].label" :label="table.columnOptions[key].label"
:fixed="table.columnOptions[key].label===text?true:false" :fixed="table.columnOptions[key].label===text?true:false"
show-overflow-tooltip show-overflow-tooltip
min-width="180" min-width="150"
sortable="custom"> sortable="custom">
<template slot="header" <template slot="header"
slot-scope="scope"> slot-scope="scope">
...@@ -248,6 +248,10 @@ export default { ...@@ -248,6 +248,10 @@ export default {
label: 'steps', label: 'steps',
required: false, required: false,
}, },
device_num: {
label: this.$t('modelTraceback.deviceNum'),
required: false,
},
model_size: { model_size: {
label: this.$t('modelTraceback.modelSize'), label: this.$t('modelTraceback.modelSize'),
required: false, required: false,
......
...@@ -55,7 +55,7 @@ limitations under the License. ...@@ -55,7 +55,7 @@ limitations under the License.
@click="viewMoreHistogram"> @click="viewMoreHistogram">
<div class="cl-dashboard-title">{{$t("histogram.titleText")}}</div> <div class="cl-dashboard-title">{{$t("histogram.titleText")}}</div>
<div class="cl-module"> <div class="cl-module">
<div id="histogram-char-container" <div class="histogram-char-container"
v-show="!!histogramTag && !wrongPlugin"> v-show="!!histogramTag && !wrongPlugin">
<div id="distribution-chart"></div> <div id="distribution-chart"></div>
<div class="tag-text">{{histogramTag}}</div> <div class="tag-text">{{histogramTag}}</div>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册