Browse Source

add video_rank

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

+ 1 - 1
video_rank.py

@@ -987,7 +987,7 @@ def video_sank_pos_rank(data, size, top_K, flow_pool_P, ab_Code='', exp_config=N
                         vid = recall_item['videoId']
                         if vid in select_ids:
                             continue
-                        recall_item['rand'] = rand_num
+                        #recall_item['rand'] = rand_num
                         rov_recall_rank.append(recall_item)
                         select_ids.add(vid)
                         if per_recall_name in exp_recall_dict: