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


   ## Description ##
   Support onnx conversion of `_contrib_AdaptiveAvgPooling2D`.
   Due to some incompatible issue of mx-onnx conversion, currently we only 
support the conversion when `output_size==1`. Pytorch has the similar 
implementation: https://github.com/pytorch/pytorch/pull/9711.
   
   By inspecting all models in gluon model zoo, 16 of them has 
`_contrib_AdaptiveAvgPooling2D`. Out of the 16 models, 7 models use 
`output_size>1`, which are not supported in this pr. 
   
   ## Checklist ##
   ### Essentials ###
   - [ ] PR's title starts with a category (e.g. [BUGFIX], [MODEL], [TUTORIAL], 
[FEATURE], [DOC], etc)
   - [ ] Changes are complete (i.e. I finished coding on this PR)
   - [ ] All changes have test coverage
   - [ ] Code is well-documented
   
   ### Changes ###
   - [ ] Feature1, tests, (and when applicable, API doc)
   - [ ] Feature2, tests, (and when applicable, API doc)
   
   ## Comments ##
   - If this change is a backward incompatible change, why must this change be 
made.
   - Interesting edge cases to note here
   


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


Reply via email to