Commit 9ae51816 authored by 赵威's avatar 赵威

update prediction size

parent a4e88025
...@@ -20,7 +20,7 @@ def consume_kafka(device_dict, diary_dict, tractate_dict, diary_predict_fn, trac ...@@ -20,7 +20,7 @@ def consume_kafka(device_dict, diary_dict, tractate_dict, diary_predict_fn, trac
consumer.poll() consumer.poll()
consumer.seek_to_end() consumer.seek_to_end()
predict_size = 300 predict_size = 200
try: try:
for msg in consumer: for msg in consumer:
......
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