Commit 787f0e4f authored by 赵威's avatar 赵威

retrain

parent 98139591
...@@ -188,7 +188,7 @@ if __name__ == "__main__": ...@@ -188,7 +188,7 @@ if __name__ == "__main__":
save_clicked_answer_ids_item2vec() save_clicked_answer_ids_item2vec()
for id in ["986424", "744910", "703622", "705329", "913984"]: for id in ["744910", "507016", "799682", "712841"]:
try: try:
print(ANSWER_CLICK_IDS_MODEL.wv.most_similar(id, topn=10)) print(ANSWER_CLICK_IDS_MODEL.wv.most_similar(id, topn=10))
except Exception as e: except Exception as e:
......
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