MinkowskiEngine icon indicating copy to clipboard operation
MinkowskiEngine copied to clipboard

fix sparse_quantize to work with int coordinates

Open soCzech opened this issue 2 years ago • 0 comments

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'.

soCzech avatar Nov 24 '22 21:11 soCzech