Browse Source

Merge branch 'feature_20240528_zhaohaipeng_video_ad_thompson_v2' of algorithm/ad-engine into master

zhaohaipeng 1 năm trước cách đây
mục cha
commit
11b27332bd

+ 1 - 0
ad-engine-service/src/main/java/com/tzld/piaoquan/ad/engine/service/score/VlogAdCvrLRScorer.java

@@ -45,6 +45,7 @@ public class VlogAdCvrLRScorer extends BaseLRModelScorer {
         }
 
         long startTime = System.currentTimeMillis();
+        LOGGER.info("VlogAdCvrLRScorer.scorerConfigInfo.getModelPath: {}: {}", scorerConfigInfo.getModelPath(), this.getModel());
         LRModel model = (LRModel) this.getModel();
         LOGGER.debug("model size: [{}]", model.getModelSize());