HaoLiuHust opened a new pull request #18529:
URL: https://github.com/apache/incubator-mxnet/pull/18529
## Description ##
when convert a mxnet model with pooling layers which pool_convention is not
set to “valid", there always a warning: "Pooling: ONNX currently doesn't
support pooling_convention. " \
"This might lead to shape or accuracy issues. " \
"https://github.com/onnx/onnx/issues/549". And the
output onnx model maybe have very different result with the mxnet model.
However, according to https://github.com/onnx/onnx/issues/549, from onnx 1.5.0,
pool_convention has been supported with param ceil_mode
----------------------------------------------------------------
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]