Commit e3535b03 authored by 赵威's avatar 赵威

get tractate

parent 5991bc3b
......@@ -33,7 +33,7 @@ def user_portrait_scan_info(device_dict, diary_dict, tractate_dict, diary_predic
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_dict, device_dict, tractate_dict, tractate_predict_fn)
offline_predict_tractate(device_id, device_dict, tractate_dict, tractate_predict_fn)
print("all count: " + str(all_count))
print("scan done " + str(datetime.datetime.now()))
......
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