TaoLv commented on issue #9730: Check padding size for global pooling
URL: https://github.com/apache/incubator-mxnet/pull/9730#issuecomment-494242294
 
 
   Why do you think this result is correct? It looks to me your **global 
pooling** is applied in the way as following:
   - ones are the input image
   - zeros are padding (padding size is (1,1))
   - red box is the first average pooling
   
   So the result of pooling is 16/25=0.64. But to me the correct result should 
be 25/25=1.0
   
   
![image](https://user-images.githubusercontent.com/22437510/58069940-c11c2180-7bc9-11e9-8931-50a44a3d7e36.png)
   

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


With regards,
Apache Git Services

Reply via email to