alexandrosstergiou / SoftPool

[ICCV 2021] Code for approximated exponential maximum pooling

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Could you please provide the keras implement?

Ianwtg opened this issue · comments

Hi, thank you for your great work.
Could you please provide the keras implement?

Hi @Ianwtg ,

We have not created a Keras/TensorFlow implementation for the project. You could however implement it with Keras/TensorFlow build-in functions similar to the PyTorch CPU version seen in lines 207-210.

Best,
Alex