alexandrosstergiou / SoftPool

[ICCV 2021] Code for approximated exponential maximum pooling

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

about kernel_size problem

moshicaixi opened this issue · comments

For 2d-pool, the kernel height and kernel width must be equal? Can i use the kernel like (1,2) shape? Thx for your help!

image

Hi @moshicaixi ,

The current implementation does require equal kernel height/width. However, I have not tried to remove the constraint and use uneven sizes. If you do decide to test it and it does work, do let me know.

I'll close the issue for now but feel free to post updates.