Open soCzech opened 1 year ago
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'.
torch.floor
RuntimeError: "floor_cuda" not implemented for 'Int'
RuntimeError: "floor" "_vml_cpu" not implemented for 'Int'
Do not call
torch.floor
on int tensors as it returnsRuntimeError: "floor_cuda" not implemented for 'Int'
orRuntimeError: "floor" "_vml_cpu" not implemented for 'Int'
.