Commit 87717ea5 authored by 段英荣's avatar 段英荣

调试

parent 6c646bc1
......@@ -50,6 +50,7 @@ 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["theta"].shape)
xa = np.array(user_features_list)
xaT = np.transpose(xa)
......
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