MinkowskiEngine
MinkowskiEngine copied to clipboard
fix sparse_quantize to work with int coordinates
Do not call torch.floor
on int tensors as it returns RuntimeError: "floor_cuda" not implemented for 'Int'
or RuntimeError: "floor" "_vml_cpu" not implemented for 'Int'
.