TaoLv commented on issue #9730: Check padding size for global pooling URL: https://github.com/apache/incubator-mxnet/pull/9730#issuecomment-494227408 Because padding size will be used in the pooling implementation. For example, see https://github.com/apache/incubator-mxnet/blob/master/src/operator/nn/pool.h#L162 If global pooling, we set kernel size to input spatial size, padding to zero, and stride to 1 and send them to the implementation function.
---------------------------------------------------------------- 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
