equinox icon indicating copy to clipboard operation
equinox copied to clipboard

added use_ceil to pooling

Open paganpasta opened this issue 3 years ago • 1 comments

Corresponding issue: https://github.com/patrick-kidger/equinox/issues/175

  • Added use_ceil parameter to Pool
  • Added a check to make sure garbage values are not pooled if padding > kernel/2.

paganpasta avatar Aug 10 '22 19:08 paganpasta

Saw that dilation is not supported at the moment. However, decided against pushing the change here. Will open a new request corresponding to it in few days.

paganpasta avatar Aug 10 '22 19:08 paganpasta

Alright, LGTM! I'll merge this along with all the other ready-to-go PRs and do a new release shortly.

patrick-kidger avatar Aug 23 '22 10:08 patrick-kidger