Jelajahi Sumber

update video

linfan 1 tahun lalu
induk
melakukan
0f39cce2bd
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      video_rank.py

+ 1 - 1
video_rank.py

@@ -647,7 +647,7 @@ def video_new_rank2(data, size, top_K, flow_pool_P, ab_code, mid, exp_config=Non
                     else:
                         video_score_str = json.loads(video_scores[i])
                         return_score = video_score_str[0]
-                        print("return_score:", return_score, "score:", score_result[i][0])
+                        print("return_score:", return_score, "score:", score_result[i][0],"\t", rec_recall_item_list[i])
                         total_score = return_score * score_result[i][0]
                         rec_recall_item_list[i]['sort_score'] = total_score
                 except Exception: