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: [email protected] With regards, Apache Git Services
