xinyu-intel commented on a change in pull request #13843: fix ssd quantization 
script error
URL: https://github.com/apache/incubator-mxnet/pull/13843#discussion_r246988318
 
 

 ##########
 File path: example/ssd/quantization.py
 ##########
 @@ -128,6 +127,8 @@ def save_params(fname, arg_params, aux_params, 
logger=None):
     if exclude_first_conv:
         excluded_sym_names += ['conv1_1']
 
+    excluded_sym_names += ['multibox_loc_pred', 'concat0', 'concat1']
 
 Review comment:
   add to line124

----------------------------------------------------------------
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

Reply via email to