Skip to content

Releases: mit-han-lab/torchsparse

v2.0.0

18 Jun 18:09
1a10fda
Compare
Choose a tag to compare

TorchSparse v2.0 (MLSys 2022 version).

v1.4.0

25 Jun 01:03
74099d1
Compare
Choose a tag to compare

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 from torchsparse.utils.{collate,quantize}.
  • sparse_quantize now takes in coords, voxel_size (defaults to 1.0), return_index (defaults to False) and return_inverse (defaults to False) as input, and returns the quantized coords as well as indices and inverse_indices (if requested).
  • transpose is renamed as transposed for torchsparse.nn.Conv3d and torchsparse.nn.functional.conv3d.
  • KernelRegion is removed and replaced with get_kernel_offsets (in torchsparse.nn.utils).

v1.2.0

02 Jun 01:53
e268836
Compare
Choose a tag to compare
Bump the version to 1.2.0 (#50)

v1.1.0

20 Mar 00:27
Compare
Choose a tag to compare
Added LayerNorm implementation.

v1.0.0

17 Sep 14:00
Compare
Choose a tag to compare

v1.0.0