Releases: mit-han-lab/torchsparse
Releases · mit-han-lab/torchsparse
v2.0.0
v1.4.0
New Features
- Supported mixed-precision training and inference with
torch.cuda.amp
(#69, #75). - Added generalized sparse convolution (#77).
- Added group normalization (#63).
API Changes
sparse_{collate,quantize}
now needs to be imported fromtorchsparse.utils.{collate,quantize}
.sparse_quantize
now takes incoords
,voxel_size
(defaults to1.0
),return_index
(defaults toFalse
) andreturn_inverse
(defaults toFalse
) as input, and returns the quantizedcoords
as well asindices
andinverse_indices
(if requested).transpose
is renamed astransposed
fortorchsparse.nn.Conv3d
andtorchsparse.nn.functional.conv3d
.KernelRegion
is removed and replaced withget_kernel_offsets
(intorchsparse.nn.utils
).
v1.2.0
Bump the version to 1.2.0 (#50)
v1.1.0
Added LayerNorm implementation.
v1.0.0
v1.0.0