|
@@ -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());
|
|
|
|