提交 7199abfa 编写于 作者: Q qin_jun_yan

Change the value of steps_per_epoch to batch_size

上级 f803a1bd
......@@ -420,7 +420,7 @@ export default {
this.$t('modelTraceback.testSampleNum'),
this.$t('modelTraceback.learningRate'),
'epoch',
'steps_per_epoch',
'batch_size',
this.$t('modelTraceback.deviceNum'),
this.$t('modelTraceback.modelSize'),
this.$t('modelTraceback.lossFunc'),
......@@ -469,7 +469,7 @@ export default {
label: 'epoch',
},
batch_size: {
label: 'steps_per_epoch',
label: 'batch_size',
},
device_num: {
label: this.$t('modelTraceback.deviceNum'),
......
......@@ -818,7 +818,7 @@ export default {
required: false,
},
batch_size: {
label: 'steps_per_epoch',
label: 'batch_size',
required: false,
},
device_num: {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册