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