traveller59 / spconv

Spatial Sparse Convolution Library
Apache License 2.0
1.89k stars 366 forks source link

SparseGlobalAvgPool seems not working #708

Open x1y9 opened 4 months ago

x1y9 commented 4 months ago

as the code here: https://github.com/traveller59/spconv/blob/125a194d895b1bc3ad6ff907bc72641548397b32/spconv/pytorch/pool.py#L273

torch.mean not return indices, so here why real_features_reduced is assigned with [0] of torch.mean?