Commit 3f869f3b authored by 段英荣's avatar 段英荣

调试

parent ac8122d6
......@@ -94,10 +94,10 @@ class LinUCB:
tag_id = tag_list[top_score_index]
top_tag_dict[tag_id] = top_score
top_tag_set.add(tag_id)
if len(top_tag_dict) >= 20:
if len(top_tag_dict) >= 5:
break
if len(top_tag_dict) >= 20:
if len(top_tag_dict) >= 5:
break
return (top_tag_dict,top_tag_set)
......
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