alexandrosstergiou/adaPool

pytorch

GF1447571253 opened this issue · 2 comments

can adapool function completely implement in torch,without any cpp

Hi @GF1447571253,

There are no plans currently to have a pure pytorch implementation. Mainly because of the computational and memory requirements (since the intention is to have a lightweight and usable pooling method). You could however try to implement it yourself based on the paper ( you can draw inspiration from this post for DSC with the target, in this case, being avg_pool.

ok,thanks