Implementation of FMP (Fractional Max-Pooling)

Hi all,
I was reading fractional Max-Pooling few days back.(https://arxiv.org/pdf/1412.6071.pdf)
Then I found out that, it was implemented in old Torch version. But it’s not available in PyTorch. Are we planning to add this? I’m ready to try it out. @smth?

1 Like

We haven’t exposed this at the Python level. What’s missing is that we need to write Python wrapper for this, similar to:


It’s a low priority task, but we’ll eventually expose it.
If you want to give a hand at implementing the wrapper, we’d love a contribution :slight_smile:

2 Likes