"git@developer.sourcefind.cn:modelzoo/visualglm6b_pytorch.git" did not exist on "e865cb8e0f05e86fa05bd292efb2b4920158f643"
Commit f09148b9 authored by icecraft's avatar icecraft
Browse files

fix: patter match algorithm

parent 969101dd
...@@ -594,7 +594,7 @@ class MagicModel: ...@@ -594,7 +594,7 @@ class MagicModel:
self, page_no, subject_category_id, object_category_id self, page_no, subject_category_id, object_category_id
): ):
AXIS_MULPLICITY = 0.8 AXIS_MULPLICITY = 0.5
subjects = self.__reduct_overlap( subjects = self.__reduct_overlap(
list( list(
map( map(
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment