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
Tolerance input only enters numbers
tags/v1.1.0
fengxuefeng
5 years ago
parent
0da420eab6
commit
e95aab6c78
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
mindinsight/ui/src/mixins/debuggerMixin.vue
+ 1
- 0
mindinsight/ui/src/mixins/debuggerMixin.vue
View File
@@ -8,6 +8,7 @@ export default {
toleranceValueChange(val) {
val = val.replace(/[^0-9]+/g, '');
if (Number(val) === 0) {
this.toleranceInput = 0;
this.tolerance = 0;
}
if (Number(val) < 0) {
Write
Preview
Loading…
Cancel
Save