linfan 1 year ago
parent
commit
057fc66412
2 changed files with 2 additions and 2 deletions
  1. 1 1
      video_rank.py
  2. 1 1
      video_recall.py

+ 1 - 1
video_rank.py

@@ -625,7 +625,7 @@ def video_new_rank2(data, size, top_K, flow_pool_P, ab_code, exp_config=None):
         pre_str = "k_p4:"
     elif ab_code == 60056:
         pre_str = "k_p7:"
-    print("pre_str:", pre_str)
+    #print("pre_str:", pre_str)
     for recall_item in data['rov_pool_recall']:
         if len(recall_item)<=0:
             continue

+ 1 - 1
video_recall.py

@@ -2826,7 +2826,7 @@ class PoolRecall(object):
         recall_key = "rv:"+ str(self.video_id)
         if pre_key :
             recall_key = pre_key + str(self.video_id)
-        print("recall_key:", recall_key)
+        #print("recall_key:", recall_key)
         data = self.redis_helper.get_data_from_redis(key_name=recall_key)
 
         #print(data)