Commit 756181d5 authored by 赵威's avatar 赵威

update prediction size

parent f0b5c243
......@@ -32,8 +32,8 @@ def user_portrait_scan_info(device_dict, diary_dict, tractate_dict, diary_predic
if (user_portrait_tag3_get_candidate_dict(device_id, "diary")):
all_count += 1
print(str(all_count) + ": " + device_id)
offline_predict_diary(device_id, device_dict, diary_dict, diary_predict_fn)
offline_predict_tractate(device_id, device_dict, tractate_dict, tractate_predict_fn)
offline_predict_diary(device_id, device_dict, diary_dict, diary_predict_fn, size=100)
offline_predict_tractate(device_id, device_dict, tractate_dict, tractate_predict_fn, size=100)
print("=========================================\n")
print("all count: " + str(all_count))
......
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