@@ -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],"\t", rec_recall_item_list[i])
+ #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: