equinox icon indicating copy to clipboard operation
equinox copied to clipboard

Adding ceil_mode to nn.Pool?

Open paganpasta opened this issue 1 year ago • 1 comments

Hi,

Is it possible to support torch's ceil_mode like functionality in Pooling? There is a possible* one sided padding for each dimension as a result of using ceil instead of floor.

Thanks.

paganpasta avatar Aug 09 '22 08:08 paganpasta

Sounds good to me. As usual, I'd be happy to accept a PR on this.

patrick-kidger avatar Aug 09 '22 09:08 patrick-kidger

Accomplished in #176.

patrick-kidger avatar Aug 31 '22 15:08 patrick-kidger