anirudh2290 commented on issue #7814: Pooling operator expects kernel size even 
when 'global_pool' is set to True
URL: 
https://github.com/apache/incubator-mxnet/issues/7814#issuecomment-332375603
 
 
   The kernel parameter is required to determine whether the Pooling Operation 
is 1d or 2d or 3d based on the shape of the kernel. This is also used to 
determine the shape of stride. The size of each dimension doesn't matter when 
the global_pool is set to True. 
   
https://github.com/apache/incubator-mxnet/blob/master/src/operator/pooling-inl.h#L104
   
https://github.com/apache/incubator-mxnet/blob/master/src/operator/pooling-inl.h#L107
   
    
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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