Kh4L opened a new pull request #18675:
URL: https://github.com/apache/incubator-mxnet/pull/18675


   ## Description ##
   
   Importing an ONNX model was inserting Pad operators before Convolutions to 
support asymmetrical padding.
   This was useful for Convolutions with asymettrical padding but inefficient 
for symmetrical ones.
   
   ## Changes ##
   Check if the padding is symmetrical, if it is, add the `pad` attribute to 
the Convolution instead of creating a Pad operator.


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


Reply via email to