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

!402 change the value of steps_per_epoch to batch_size

Merge pull request !402 from 秦君艳/master_1
...@@ -420,7 +420,7 @@ export default { ...@@ -420,7 +420,7 @@ export default {
this.$t('modelTraceback.testSampleNum'), this.$t('modelTraceback.testSampleNum'),
this.$t('modelTraceback.learningRate'), this.$t('modelTraceback.learningRate'),
'epoch', 'epoch',
'steps_per_epoch', 'batch_size',
this.$t('modelTraceback.deviceNum'), this.$t('modelTraceback.deviceNum'),
this.$t('modelTraceback.modelSize'), this.$t('modelTraceback.modelSize'),
this.$t('modelTraceback.lossFunc'), this.$t('modelTraceback.lossFunc'),
...@@ -469,7 +469,7 @@ export default { ...@@ -469,7 +469,7 @@ export default {
label: 'epoch', label: 'epoch',
}, },
batch_size: { batch_size: {
label: 'steps_per_epoch', label: 'batch_size',
}, },
device_num: { device_num: {
label: this.$t('modelTraceback.deviceNum'), label: this.$t('modelTraceback.deviceNum'),
......
...@@ -818,7 +818,7 @@ export default { ...@@ -818,7 +818,7 @@ export default {
required: false, required: false,
}, },
batch_size: { batch_size: {
label: 'steps_per_epoch', label: 'batch_size',
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.
先完成此消息的编辑!
想要评论请 注册