Open x1y9 opened 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?
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?