ma-xu / pointMLP-pytorch

[ICLR 2022 poster] Official PyTorch implementation of "Rethinking Network Design and Local Geometry in Point Cloud: A Simple Residual MLP Framework"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CPU not supported

xje123456 opened this issue · 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.