This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
Register
Sign In
Huawei_Technology
/
mindspore-mindinsight
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
11
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Modify this variable in data traceability to point to the problem
tags/v0.6.0-beta
qin_jun_yan
5 years ago
parent
b17f7c1e55
commit
77562d16d0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
mindinsight/ui/src/views/train-manage/data-traceback.vue
+ 1
- 1
mindinsight/ui/src/views/train-manage/data-traceback.vue
View File
@@ -1160,7 +1160,7 @@ export default {
color: '#00a5a7',
},
formatter: function(val) {
if (typeof val !==
this.valueType.string
) {
if (typeof val !==
'string'
) {
return val;
}
const strs = val.split('');
Write
Preview
Loading…
Cancel
Save