nswamy commented on a change in pull request #12848: Fix Batch input issue with 
Scala Benchmark
URL: https://github.com/apache/incubator-mxnet/pull/12848#discussion_r226783541
 
 

 ##########
 File path: 
scala-package/infer/src/main/scala/org/apache/mxnet/infer/Predictor.scala
 ##########
 @@ -181,6 +181,7 @@ class Predictor(modelPathPrefix: String,
 
     // rebind with the new batchSize
     if (batchSize != inputBatchSize) {
+      logger.warn(s"Latency increased due to batchSize mismatch $batchSize vs 
$inputBatchSize")
 
 Review comment:
   We don't want to warn, can you change this to Info?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to