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
!1302
Fix the problem that recommended monitoring points cannot be displayed
From:
@feng_xue_feng
Reviewed-by: @ouwenchang,@yelihua Signed-off-by:
@yelihua
pull/1302/MERGE
mindspore-ci-bot
Gitee
4 years ago
parent
5c3c7f8527
5caf03c7cb
commit
445874a5fb
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
mindinsight/ui/src/mixins/debugger-mixin.vue
+ 0
- 1
mindinsight/ui/src/mixins/debugger-mixin.vue
View File
@@ -1440,7 +1440,6 @@ export default {
}
if (
!res.data.metadata.recommendation_confirmed &&
this.sessionId &&
this.metadata.state === this.state.waiting
) {
this.recommendWatchPointDialog = true;
Write
Preview
Loading…
Cancel
Save