Commit f5c71c61 authored by 赵威's avatar 赵威

get resulct

parent 7646d0ff
......@@ -152,7 +152,7 @@ def save_diary_similarity(load_file, index_path, face_to_vec_f):
print("done: " + str(len(res_dict)))
key = random.choice(list(res_dict.keys()))
print(res_dict[key])
print(key + str(res_dict[key]))
redis_key = "doris:diary:face_similary"
redis_client3.hmset(redis_key, res_dict)
......
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