Commit 124b439d authored by 赵威's avatar 赵威

prediction size

parent 87cdfffc
......@@ -28,8 +28,8 @@ def consume_kafka(device_dict, diary_dict, tractate_dict, diary_predict_fn, trac
event_cn = data.get("event_cn", "")
# if device_id == "androidid_a25a1129c0b38f7b":
print(device_id + " " + event_cn + " " + log_time)
offline_predict_diary(device_id, device_dict, diary_dict, diary_predict_fn, size=200)
offline_predict_tractate(device_id, device_dict, tractate_dict, tractate_predict_fn, size=200)
offline_predict_diary(device_id, device_dict, diary_dict, diary_predict_fn, size=300)
offline_predict_tractate(device_id, device_dict, tractate_dict, tractate_predict_fn, size=300)
print("=========================================\n")
except Exception as e:
print(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