提交 47616cfc 编写于 作者: Q qin_jun_yan

Modify the traceability steps named steps_per_epoch

上级 9dd5a66d
...@@ -416,7 +416,7 @@ export default { ...@@ -416,7 +416,7 @@ export default {
this.$t('modelTraceback.testSampleNum'), this.$t('modelTraceback.testSampleNum'),
this.$t('modelTraceback.learningRate'), this.$t('modelTraceback.learningRate'),
'epoch', 'epoch',
'steps', 'steps_per_epoch',
this.$t('modelTraceback.deviceNum'), this.$t('modelTraceback.deviceNum'),
this.$t('modelTraceback.modelSize'), this.$t('modelTraceback.modelSize'),
this.$t('modelTraceback.lossFunc'), this.$t('modelTraceback.lossFunc'),
...@@ -465,7 +465,7 @@ export default { ...@@ -465,7 +465,7 @@ export default {
label: 'epoch', label: 'epoch',
}, },
batch_size: { batch_size: {
label: 'steps', label: 'steps_per_epoch',
}, },
device_num: { device_num: {
label: this.$t('modelTraceback.deviceNum'), label: this.$t('modelTraceback.deviceNum'),
......
...@@ -176,7 +176,7 @@ limitations under the License. ...@@ -176,7 +176,7 @@ limitations under the License.
:prop="key" :prop="key"
:label="table.columnOptions[key].label" :label="table.columnOptions[key].label"
show-overflow-tooltip show-overflow-tooltip
min-width="150" min-width="154"
sortable="custom"> sortable="custom">
<template slot="header" <template slot="header"
slot-scope="scope"> slot-scope="scope">
...@@ -810,7 +810,7 @@ export default { ...@@ -810,7 +810,7 @@ export default {
required: false, required: false,
}, },
batch_size: { batch_size: {
label: 'steps', label: 'steps_per_epoch',
required: false, required: false,
}, },
device_num: { device_num: {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册