liqian 1 year ago
parent
commit
70ade4c0ad
1 changed files with 1 additions and 0 deletions
  1. 1 0
      video_recall.py

+ 1 - 0
video_recall.py

@@ -766,6 +766,7 @@ class PoolRecall(object):
                     if video_id not in flow_pool_recall_videos:
                         # 取其中一个 flow_pool 作为召回结果
                         # 添加视频源参数 pushFrom, abCode
+                        log_.info(f"flow_pool_abtest_group: {flow_pool_abtest_group}")
                         flow_pool_recall_result.append(
                             {'videoId': video_id, 'flowPool': flow_pool, 'level': level,
                              'rovScore': random.uniform(0, 100), 'pushFrom': config_.PUSH_FROM['flow_recall'],