Browse Source

[MNT] Modified a language disorder

tags/v0.3.2
xiey 3 years ago
parent
commit
3c0c30f13d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      learnware/market/easy.py

+ 1
- 1
learnware/market/easy.py View File

@@ -475,7 +475,7 @@ class EasyMarket(BaseMarket):
max_search_num: int,
score_cutoff: float = 0.001,
) -> Tuple[float, List[float], List[Learnware]]:
"""Greedily match learnwares such that their mixture become more and more closer to user's rkme
"""Greedily match learnwares such that their mixture become closer and closer to user's rkme

Parameters
----------


Loading…
Cancel
Save