From 47616cfc78e69b34ef29947024498645dcb68f70 Mon Sep 17 00:00:00 2001 From: qin_jun_yan Date: Tue, 2 Jun 2020 14:13:04 +0800 Subject: [PATCH] Modify the traceability steps named steps_per_epoch --- mindinsight/ui/src/views/train-manage/data-traceback.vue | 4 ++-- mindinsight/ui/src/views/train-manage/model-traceback.vue | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mindinsight/ui/src/views/train-manage/data-traceback.vue b/mindinsight/ui/src/views/train-manage/data-traceback.vue index 5db62e2..2bf0f44 100644 --- a/mindinsight/ui/src/views/train-manage/data-traceback.vue +++ b/mindinsight/ui/src/views/train-manage/data-traceback.vue @@ -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'), diff --git a/mindinsight/ui/src/views/train-manage/model-traceback.vue b/mindinsight/ui/src/views/train-manage/model-traceback.vue index 6a564dd..d9c92d4 100644 --- a/mindinsight/ui/src/views/train-manage/model-traceback.vue +++ b/mindinsight/ui/src/views/train-manage/model-traceback.vue @@ -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">