diff --git a/mindinsight/ui/src/locales/en-us.json b/mindinsight/ui/src/locales/en-us.json index 62eeb76a..e7705a09 100644 --- a/mindinsight/ui/src/locales/en-us.json +++ b/mindinsight/ui/src/locales/en-us.json @@ -869,6 +869,8 @@ "disableHOCTip": "No counterfactual explanation log is available.", "hocMinConfidenceTip": "Display and explanation for tags whose prediction probability is greater than the prediction threshold", "imageList": "Image list", + "dropEmptySwitch": "Hide", + "dropEmptySwitchTip": "Hide data without interpretation results", "hocTitleTip": "Gradually shrink the display area to find the minimum display area where the prediction probability is greater than the threshold" }, "metric": { diff --git a/mindinsight/ui/src/locales/zh-cn.json b/mindinsight/ui/src/locales/zh-cn.json index af8c80c0..b8f91480 100644 --- a/mindinsight/ui/src/locales/zh-cn.json +++ b/mindinsight/ui/src/locales/zh-cn.json @@ -865,6 +865,8 @@ "disableHOCTip": "无反事实解释日志,无法查看", "hocMinConfidenceTip": "对预测概率大于预测阈值的标签进行显示解释", "imageList": "图片列表", + "dropEmptySwitch": "隐藏", + "dropEmptySwitchTip": "隐藏没有解释结果的数据", "hocTitleTip": "逐步收缩显示范围,以寻找出预测概率大于阈值的最小显示区域" }, "metric": { diff --git a/mindinsight/ui/src/views/explain/conterfactual-interpretation.vue b/mindinsight/ui/src/views/explain/conterfactual-interpretation.vue index 23569b60..5d208f67 100644 --- a/mindinsight/ui/src/views/explain/conterfactual-interpretation.vue +++ b/mindinsight/ui/src/views/explain/conterfactual-interpretation.vue @@ -34,16 +34,30 @@ limitations under the License.