Pointnet2_PyTorch
Pointnet2_PyTorch copied to clipboard
ball_query.cpp error:cpu not support
my cpu is i7 6700k ,did the error means these code cant run on my cpu?
If you read the code you will find that these operations only have GPU implementation. So just move your tensor to GPU: input = torch.randn(shape).cuda()