提交 27d7d974 编写于 作者: M mindspore-ci-bot 提交者: Gitee

!235 Modify the traceability steps named steps_per_epoch

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