Commit 05eb158a authored by 段英荣's avatar 段英荣

调试

parent f968b8ac
......@@ -50,9 +50,8 @@ class LinUCB:
tag_dict = pickle.loads(redis_linucb_tag_data_dict[tag_id])
Aa_list.append(tag_dict["Aa"])
theta_list.append(tag_dict["theta"])
print(tag_dict["Aa"].shape)
xaT = np.array([user_features_list])
xaT = np.array(user_features_list)
xa = np.transpose(xaT)
art_max = -1
......
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