|
|
|
@@ -190,8 +190,8 @@ |
|
|
|
}, |
|
|
|
"images": { |
|
|
|
"titleText": "Image", |
|
|
|
"titleTip": "The Image only displays 10 images randomly.", |
|
|
|
"imageErrorTip": "The current picture has been updated, Please wait until the data loading is complete.", |
|
|
|
"titleTip": "Only 10 images are displayed randomly.", |
|
|
|
"imageErrorTip": "An image has been updated, View the image after data loading is complete.", |
|
|
|
"tagSelectTitle": "Tag Selection", |
|
|
|
"selectAll": "All", |
|
|
|
"open": "More", |
|
|
|
@@ -222,7 +222,7 @@ |
|
|
|
"viewTypeTitle": "View", |
|
|
|
"chartViewType": "Table", |
|
|
|
"histogramViewType": "Histogram", |
|
|
|
"tensorDashboardLimitErrorMsg": "The requested data exceeds the upper limit 100,000. Go to the tensor page and try slicing or querying another dimensions." |
|
|
|
"tensorDashboardLimitErrorMsg": "The number of requested data records exceeds the upper limit 100,000. Click here to go to the tensor page and shard or query other dimensions." |
|
|
|
}, |
|
|
|
"graph": { |
|
|
|
"titleText": "Computational Graph", |
|
|
|
@@ -472,7 +472,8 @@ |
|
|
|
"dimsFilterInputTitle": "Dimension Selection", |
|
|
|
"dimsFilterInputTip": "The dimension value can be a specific index (consistent with the Python index meaning and supporting negative signs) or a colon (:) that indicates all values of the current dimension.", |
|
|
|
"category": "Type", |
|
|
|
"scientificCounting": "Scientific notation" |
|
|
|
"scientificCounting": "Scientific notation", |
|
|
|
"accuracyTips": "If a value is not completely displayed, drag a border of the table header to resize." |
|
|
|
}, |
|
|
|
"debugger": { |
|
|
|
"debugger": "Debugger", |
|
|
|
@@ -516,7 +517,7 @@ |
|
|
|
"dType": "DType", |
|
|
|
"shape": "Shape", |
|
|
|
"value": "Value", |
|
|
|
"largeDataTip": "The requested data exceeds the upper limit 100,000. Try slicing or querying another dimensions.", |
|
|
|
"largeDataTip": "The requested data exceeds the upper limit 100,000. Shard or query other dimensions.", |
|
|
|
"continueTo": "Continue to", |
|
|
|
"inf": "INF:", |
|
|
|
"negativeInf": "-INF:", |
|
|
|
@@ -551,6 +552,7 @@ |
|
|
|
"tuningAdvice": "Optimization Suggestions", |
|
|
|
"setValue": "Preset Value", |
|
|
|
"actualValue": "Actual Value", |
|
|
|
"noWatchPoint": "No watchpoint hit.", |
|
|
|
"tensorTuningRule": { |
|
|
|
"operator_real_data_validation": "Real data validation using single operator", |
|
|
|
"loss_overflow": "Loss overflow (NAN,INF)", |
|
|
|
@@ -733,7 +735,12 @@ |
|
|
|
"use": "Yes", |
|
|
|
"notUse": "No", |
|
|
|
"versionConflictTip": "MindSpore and MindInsight versions do not match. MindSpore version: {msv}; MindInsight version: {miv}", |
|
|
|
"checkTips": "Note: The tensor contains {msg}, resulting in value check failure. " |
|
|
|
"checkTips": { |
|
|
|
"nan": "A tensor contains NaN, ", |
|
|
|
"inf": "A tensor contains +/-INF, ", |
|
|
|
"no_prev_tensor": "The previous step value cannot be found, ", |
|
|
|
"cannotCheck": "check fails." |
|
|
|
} |
|
|
|
}, |
|
|
|
"explain": { |
|
|
|
"explain": "Model Explanation", |
|
|
|
@@ -795,7 +802,7 @@ |
|
|
|
"scoreSystemtooltipfour": " - Faithfulness: evaluates the faithfulness of the explanation result to the model, that is, whether the saliency map correctly reflects the model classification basis. Modify the corresponding positions in the original image according to a certain rule (for example, from bright to dark) and transfer the modified image to the model for inference in sequence. If the brighter the area of the saliency map is, the greater the impact on the selected tag is, the higher the faithfulness of the interpretation result is. Conversely, the explanation result may not reflect the inference basis of the model. Currently, there are three mainstream solutions: naive faithfulness, insertion AUC, and deletion AUC.", |
|
|
|
"scoreSystemtooltipfive": " - Localization: uses the bounding box of the dataset to assess the positioning accuracy of the highlighted area in the saliency map. Select an objective and related tag. If the explanation method accurately highlights the area related to the selected tag in the image, the highlighted area should overlap the bounding box of the selected objective. Localization assesses the location capability of the explanation result by assessing the overlapped area of the highlighted area and bounding box.", |
|
|
|
"scoreSystemtooltipsix": "- ClassSensitivity: evaluates the explantion through comparing saliency maps of max-confidence and min-confidence labels. Since models are expected to rely on different features for inference, an reason explainer should generate different saliecny map for different labels. The class sensitivity is evaluated through calculating the correlation between saliency maps of max-confidence and min-confidence labels.", |
|
|
|
"scoreSystemtooltipseven":"- Robustness: evaluate the stability of explainer, i.e., how much will the saliency map change if some noise is added to the original image. Disturb the original image by add little noise, which have no effect on the inference. The less the saliency map changes, the more robust the explainer is.", |
|
|
|
"scoreSystemtooltipseven": "- Robustness: evaluate the stability of explainer, i.e., how much will the saliency map change if some noise is added to the original image. Disturb the original image by add little noise, which have no effect on the inference. The less the saliency map changes, the more robust the explainer is.", |
|
|
|
"errorTipTitle": "Exception scenario:", |
|
|
|
"errorTipText": "if NaN is displayed, please check the runtime log." |
|
|
|
}, |
|
|
|
@@ -822,7 +829,7 @@ |
|
|
|
"50542217": "Incorrect summary log path.", |
|
|
|
"50542218": "Incorrect filtering parameter.", |
|
|
|
"50545012": "The tensor data does not exist. Please refresh.", |
|
|
|
"50545013": "The requested data exceeds the upper limit 100,000. Try slicing or querying another dimensions.", |
|
|
|
"50545013": "The requested data exceeds the upper limit 100,000. Shard or query other dimensions.", |
|
|
|
"50545014": "The queried tensor data has been replaced by new data. Please refresh.", |
|
|
|
"50546083": "The profiler directory does not exist.", |
|
|
|
"50548001": "Ascend AI Processor information query timed out.", |
|
|
|
|