Browse Source

update rank service

linfan 1 year ago
parent
commit
48eb1fb75d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      rank_service.py

+ 1 - 0
rank_service.py

@@ -70,6 +70,7 @@ def get_featurs(mid, data, size, top_K, flow_pool_P, env_dict=None):
         sencetype_list.append(sencetype)
         sencetype_list.append(sencetype)
         vidKeys.append(pre_str + str(vid))
         vidKeys.append(pre_str + str(vid))
         recall_list.append(recall_item)
         recall_list.append(recall_item)
+    print("vidKeys:", vidKeys)
     video_static_info = redisObj.get_batch_key(vidKeys)
     video_static_info = redisObj.get_batch_key(vidKeys)
     print("video_static_info:",video_static_info)
     print("video_static_info:",video_static_info)
     if video_static_info:
     if video_static_info: