This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
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
fix bug of wrong variable name
tags/v1.1.0
shenghong96
5 years ago
parent
29698e9c1d
commit
643fd19637
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
mindinsight/backend/run.py
+ 1
- 1
mindinsight/backend/run.py
View File
@@ -300,7 +300,7 @@ def start():
label = '.' * len(label)
for line in state_result["prompt_message"]:
console.info(line)
if state_result["state"] == ServerStateEnum.FAILED
_STATE
.value:
if state_result["state"] == ServerStateEnum.FAILED.value:
sys.exit(1)
Write
Preview
Loading…
Cancel
Save