ZhennanQin commented on issue #14022: Segmentation fault during inference with quantization URL: https://github.com/apache/incubator-mxnet/issues/14022#issuecomment-458780253 @nuslq log indicates that there's no implementation for quantized convolution. MXNet quantization flow only works for either CUDA or MKLDNN build. As you are using MXNet without CUDA, so I assume you want to run with CPU. You can try MXNet with MKLDNN and use imagenet_gen_qsym_mkldnn.py instead.
---------------------------------------------------------------- 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
