ma-xu/pointMLP-pytorch

CPU not supported

xje123456 opened this issue · 1 comments

RuntimeError: false INTERNAL ASSERT FAILED at "pointnet2_ops\_ext-src\src\sampling.cpp":83, please report a bug to PyTorch. CPU not supported

I believe you tried to run something like python pointmlp.py in order to test the model.
I met the same error, and actually if you move both of data and model to GPU (adding .cuda()), everything would work fine.