equinox
equinox copied to clipboard
added use_ceil to pooling
Corresponding issue: https://github.com/patrick-kidger/equinox/issues/175
- Added
use_ceilparameter toPool - Added a check to make sure garbage values are not pooled if
padding > kernel/2.
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.
Alright, LGTM! I'll merge this along with all the other ready-to-go PRs and do a new release shortly.