You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/03/25 07:43:19 UTC

[GitHub] [incubator-mxnet] ZhennanQin commented on issue #14467: MKL-DNN QuantizedFullyConnectedOp Error

ZhennanQin commented on issue #14467: MKL-DNN QuantizedFullyConnectedOp Error
URL: https://github.com/apache/incubator-mxnet/issues/14467#issuecomment-476087150
 
 
   @Amagong The main reason is, you're using quantized model without calibration information.
   This will result in online calibration and will slow down the performance dramatically.
   To get full speed of quantized model, we suggest to adopt any of calib_mode(naive or entropy).
   

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


With regards,
Apache Git Services