linfan 1 年之前
父节点
当前提交
dd1a744673
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      video_rank.py

+ 1 - 1
video_rank.py

@@ -741,7 +741,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_freq])
+            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]