|
@@ -640,6 +640,7 @@ def video_new_rank2(data, size, top_K, flow_pool_P, ab_code, mid, exp_config=Non
|
|
|
else:
|
|
else:
|
|
|
return_score = 0.000000001
|
|
return_score = 0.000000001
|
|
|
total_score = return_score * score_result[i][0]
|
|
total_score = return_score * score_result[i][0]
|
|
|
|
|
+ print("sort:",sort_index,"\titem id:",vidKeys[i], "\t share_score:", return_score, "\t model_score", score_result[i][0], "\t total score:", total_score, "\t", video_score_str[0])
|
|
|
rec_recall_item_list[i]['sort_score'] = total_score
|
|
rec_recall_item_list[i]['sort_score'] = total_score
|
|
|
except Exception:
|
|
except Exception:
|
|
|
return_score = 0.000000001
|
|
return_score = 0.000000001
|