spconv
spconv copied to clipboard
SparseMaxPool3d returns Zero if all sparse elements are negative
spconv.SparseMaxPool3d returns zero if all elements in the kernel window are negative (kernel is not full), but should return the minimum negative value.
I meet the same problem, I found the MaxPool3D only process the non-negative values point