spidyDev commented on a change in pull request #10676: fix for asymmetric 
padding
URL: https://github.com/apache/incubator-mxnet/pull/10676#discussion_r183850165
 
 

 ##########
 File path: python/mxnet/contrib/onnx/_import/op_translations.py
 ##########
 @@ -229,9 +258,38 @@ def deconv(attrs, inputs, cls):
     new_attrs = translation_utils._fix_bias('Deconvolution', new_attrs, 
len(inputs))
 
     new_attrs = translation_utils._fix_channels('Deconvolution', new_attrs, 
inputs, cls)
+    kernel = new_attrs['kernel']
+    if 'stride' in new_attrs:
 
 Review comment:
   [Coding style] same as above

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to