jmracek opened a new issue #19477: URL: https://github.com/apache/incubator-mxnet/issues/19477
https://github.com/apache/incubator-mxnet/blob/2e33e961b6339f32680e38aa72ac28bc94215460/python/mxnet/contrib/quantization.py#L897 Pretty straightforward bug. If `calib_data is None` then `dshapes` is never assigned and this line will throw an error. ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
