|
@@ -665,8 +665,9 @@ def video_new_rank2(data, size, top_K, flow_pool_P, ab_code, mid, exp_config=Non
|
|
|
if len(video_score_str)>= sort_index and len(video_score_str)>0:
|
|
|
return_score = video_score_str[sort_index]
|
|
|
total_score = return_score * score_result[i][0]
|
|
|
+ print("total_score:", total_score, " model score :", score_result[i][0], "return_score:",
|
|
|
+ return_score)
|
|
|
rec_recall_item_list[i]['sort_score'] = total_score
|
|
|
- print("total_score:", total_score, " model score :", score_result[i][0], "return_score:", return_score)
|
|
|
except Exception as e:
|
|
|
print('exception: {}:', e)
|
|
|
if sort_index == 10:
|