Commit 6bf3be84 authored by 赵威's avatar 赵威

add printer

parent 13d02840
......@@ -26,6 +26,7 @@ if __name__ == "__main__":
print("tractate_ids: " + str(len(tractate_ids)))
res = model_predict_tractate(device_id, tractate_ids, device_dict, tractate_dict, tractate_predict_fn)
print("res: " + str(len(res)))
print(res[:10])
# user_portrait_tag3_write_ctcvr_data(device_id, "tractate", res[:500])
total_time = (time.time() - time_begin) / 60
......
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