Commit faa9f7a9 authored by 赵威's avatar 赵威

add printer

parent 61a13666
...@@ -60,6 +60,7 @@ def user_portrait_increment_scan_info(device_dict, diary_dict, tractate_dict, di ...@@ -60,6 +60,7 @@ def user_portrait_increment_scan_info(device_dict, diary_dict, tractate_dict, di
all_count += 1 all_count += 1
print(str(all_count) + ": " + device_id) print(str(all_count) + ": " + device_id)
offline_predict_diary(device_id, device_dict, diary_dict, diary_predict_fn, size=200) offline_predict_diary(device_id, device_dict, diary_dict, diary_predict_fn, size=200)
print("---------------------")
offline_predict_tractate(device_id, device_dict, tractate_dict, tractate_predict_fn, size=200) offline_predict_tractate(device_id, device_dict, tractate_dict, tractate_predict_fn, size=200)
print("=========================================\n") print("=========================================\n")
......
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