You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I also need average pooling for my application case and would appreciate it if you could implement this. Also, I would be happy if you could suggest a way to implement average pooling with convolutions. I thought using convolutions with all kernel elements = 1/N but N needs to be the number of active voxels inside the receptive field and I do not know how I can get that number.
Yes, that would be extremely useful. I was in the process of migrating my code for Minkowski, but sadly the lack of pooling layers make this impossible now.
e.g. The implementation in MinkowskiEngine: https://nvidia.github.io/MinkowskiEngine/pooling.html#minkowskimaxpooling.
I only found global_max_pool()
The text was updated successfully, but these errors were encountered: