Przeglądaj źródła

update rank service

linfan 1 rok temu
rodzic
commit
5ae8887651
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      rank_service.py

+ 1 - 0
rank_service.py

@@ -72,6 +72,7 @@ def get_featurs(data, size, top_K, flow_pool_P, env_dict=None):
         vidKeys.append(pre_str + str(vid))
         recall_list.append(recall_item)
     video_static_info = redisObj.get_batch_key(vidKeys)
+    print("video_static_info:",video_static_info)
     if video_static_info:
         for i in range(len(video_static_info)):
             try: