Commit 47a2e455 authored by 赵威's avatar 赵威

update time

parent 4746ec7f
......@@ -168,5 +168,5 @@ if __name__ == "__main__":
# device_id = "androidid_a25a1129c0b38f7b"
# offline_predict_diary(device_id, device_dict, diary_dict, diary_predict_fn, size=300)
total_time = (time.time() - time_begin) / 60
print("total cost {:.2f} mins at {}".format(total_time, datetime.datetime.now()))
total_time = (time.time() - time_begin) / 60 / 60
print("total cost {:.2f} hours at {}".format(total_time, 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