TaoLv commented on a change in pull request #13260: Support full convention in
quantized pooling
URL: https://github.com/apache/incubator-mxnet/pull/13260#discussion_r234841959
##########
File path: example/quantization/imagenet_gen_qsym_mkldnn.py
##########
@@ -225,11 +225,11 @@ def save_params(fname, arg_params, aux_params,
logger=None):
rgb_mean = '123.68,116.779,103.939'
rgb_std = '58.393, 57.12, 57.375'
calib_layer = lambda name: name.endswith('_output')
- excluded_sym_names += ['squeezenet0_flatten0_flatten0',
- 'squeezenet0_pool0_fwd',
- 'squeezenet0_pool1_fwd',
- 'squeezenet0_pool2_fwd',
- 'squeezenet0_pool3_fwd']
+ excluded_sym_names += ['squeezenet0_flatten0_flatten0']
+ # 'squeezenet0_pool0_fwd',
Review comment:
Fixed.
----------------------------------------------------------------
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