This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
beimingwu
/
learnware
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
1
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
[FIX] fix details
tags/v0.3.2
Gene
2 years ago
parent
f4049d6458
commit
b0056a8341
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
learnware/client/learnware_client.py
+ 1
- 1
learnware/client/learnware_client.py
View File
@@ -186,7 +186,7 @@ class LearnwareClient:
result = response.json()
if result["code"] != 0:
raise Exception("get learnware
info
failed: " + json.dumps(result))
raise Exception("get learnware
semantic specification
failed: " + json.dumps(result))
return result["data"]["learnware_info"]["semantic_specification"]
Write
Preview
Loading…
Cancel
Save