linfan 1 year ago
parent
commit
b378b70566
1 changed files with 1 additions and 1 deletions
  1. 1 1
      video_rank.py

+ 1 - 1
video_rank.py

@@ -743,7 +743,7 @@ def video_sanke_rank(data, size, top_K, flow_pool_P, ab_Code=''):
             per_limt_num =  per_recall_item[2]
             #rand_num = random.random()
             print("per_recall_item:", per_recall_name, "per_recall_freq:", per_recall_freq)
-            print(recall_dict[per_recall_name])
+            #print(recall_dict[per_recall_name])
             rand_num = 0.2
             if rand_num<per_recall_freq and per_recall_name in recall_dict:
                 per_recall = recall_dict[per_recall_name]