Browse Source

hide ai cpu

tags/v0.3.0-alpha
ph 5 years ago
parent
commit
a660db98d0
3 changed files with 8 additions and 4 deletions
  1. +5
    -2
      mindinsight/ui/src/locales/zh-cn.json
  2. +1
    -1
      mindinsight/ui/src/views/train-manage/model-traceback.vue
  3. +2
    -1
      mindinsight/ui/src/views/train-manage/profiler.vue

+ 5
- 2
mindinsight/ui/src/locales/zh-cn.json View File

@@ -59,7 +59,9 @@
"modelSize": "模型大小", "modelSize": "模型大小",
"dataProcess": "数据处理", "dataProcess": "数据处理",
"noDataFound": "暂无满足筛选条件的数据", "noDataFound": "暂无满足筛选条件的数据",
"noDataTips": "请点击“显示全量数据”按钮查看全量数据",
"click": "请点击",
"showAllDataBtn": "“显示全量数据”",
"viewAllData": "按钮查看全量数据",
"userDefined": "自定义数据", "userDefined": "自定义数据",
"metric": "度量指标", "metric": "度量指标",
"deviceNum": "device数目", "deviceNum": "device数目",
@@ -84,7 +86,8 @@
"value": "VALUE", "value": "VALUE",
"dataTraceTips": "该数据涉及合并操作", "dataTraceTips": "该数据涉及合并操作",
"noDataFound": "暂无满足筛选条件的数据", "noDataFound": "暂无满足筛选条件的数据",
"noDataTips": "请点击“显示全量数据”按钮查看全量数据"
"click": "请点击",
"viewAllData": "按钮查看全量数据"
}, },
"trainingDashboard": { "trainingDashboard": {
"trainingDashboardTitle": "训练看板", "trainingDashboardTitle": "训练看板",


+ 1
- 1
mindinsight/ui/src/views/train-manage/model-traceback.vue View File

@@ -272,7 +272,7 @@ limitations under the License.
<div> <div>
<div class="icon-image-container"> <div class="icon-image-container">
<div class="icon-image" <div class="icon-image"
:class="[item.number===scope.row.tag&&scope.row.showIcon ? 'iconBorder':'']"
:class="[item.number===scope.row.tag&&scope.row.showIcon ? 'icon-border':'']"
v-for="item in imageList" v-for="item in imageList"
:key="item.number" :key="item.number"
@click="iconValueChange(scope.row,item.number,$event)"> @click="iconValueChange(scope.row,item.number,$event)">


+ 2
- 1
mindinsight/ui/src/views/train-manage/profiler.vue View File

@@ -147,7 +147,8 @@
</el-tab-pane> </el-tab-pane>
<el-tab-pane label="AI CPU" <el-tab-pane label="AI CPU"
class="cpu-tab" class="cpu-tab"
name="cpu">
name="cpu"
v-if="false">
<div class="cl-profiler-top" <div class="cl-profiler-top"
v-if="cpuCharts.data.length"> v-if="cpuCharts.data.length">
<div> <div>


Loading…
Cancel
Save