pengzhao-intel commented on a change in pull request #14819: [MKLDNN] Enable
more convolution + activation fusion
URL: https://github.com/apache/incubator-mxnet/pull/14819#discussion_r279192722
##########
File path: example/quantization/imagenet_gen_qsym_mkldnn.py
##########
@@ -301,7 +301,7 @@ def save_params(fname, arg_params, aux_params,
logger=None):
raise ValueError('unknow calibration mode %s received, only
supports `none`, `naive`, and `entropy`'
% calib_mode)
sym_name = '%s-symbol.json' % (prefix + suffix)
- qsym = qsym.get_backend_symbol('MKLDNN_POST_QUANTIZE')
+ qsym = qsym.get_backend_symbol('MKLDNN_QUANTIZE')
Review comment:
Do we combine the MKLDNN and MKLDNN_POST_QUANTIZE together?
----------------------------------------------------------------
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