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
[MNT] a little change in _search_by_semantic_spec
tags/v0.3.2
xiey
3 years ago
parent
58c843bed1
commit
ddf24d841d
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
learnware/market/easy.py
+ 1
- 1
learnware/market/easy.py
View File
@@ -499,7 +499,7 @@ class EasyMarket(BaseMarket):
elif semantic_spec1[key]["Type"] == "Tag":
if not (set(v1) & set(v2)):
return False
elif
semantic_spec1[
key
]["Type"]
== "Name":
elif key == "Name":
if v2 not in v1 and v2 not in semantic_spec1["Description"]["Values"]:
return False
return True
Write
Preview
Loading…
Cancel
Save