mit-han-lab / torchsparse

[MICRO'23, MLSys'22] TorchSparse: Efficient Training and Inference Framework for Sparse Convolution on GPUs.
https://torchsparse.mit.edu
MIT License
1.15k stars 131 forks source link

Fix the spatial range updating bug #299

Closed ys-2020 closed 1 month ago

rfeinman commented 1 month ago

@ys-2020 For transposed convolution with generative=True, shouldn't spatial_range increase if stride > 1? Right now it appears to decrease.