alexandrosstergiou / SoftPool

[ICCV 2021] Code for approximated exponential maximum pooling
MIT License
288 stars 52 forks source link

Local or global? #60

Open 6xw opened 3 weeks ago

6xw commented 3 weeks ago

I see the calculation of exp in paper is local, but in the code it is global? Am I misunderstand something in cuda version?