-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with pointnet2_ops #19
Comments
Hi, |
@AllenXiangX ,Hello, I have also encountered this issue. I can confirm that I am using the cuda version of the torch. I encountered it while training on point cloud completion. |
@AllenXiangX ,I compiled again and the situation is as follows`(spd) root@I1230eab0b100201c25:/hy-tmp/SnowflakeNet/models/pointnet2_ops_lib# python setup.py install Installed /usr/local/miniconda3/envs/spd/lib/python3.7/site-packages/pointnet2_ops-3.0.0-py3.7-linux-x86_64.egg Using /usr/local/miniconda3/envs/spd/lib/python3.7/site-packages Using /usr/local/miniconda3/envs/spd/lib/python3.7/site-packages Using /usr/local/miniconda3/envs/spd/lib/python3.7/site-packages |
Perhaps some of the tensors or operations are on the cpu. Please try manually specify the gpus before runing the training script as follows: |
@AllenXiangX Okay, I'll try |
@AllenXiangX .hellow,After trying, I found that it didn't solve the problem. |
I saw the same error message. In my case, I modify the config yaml file. In the config yaml, I can modify train:gpus:[2] to train:gpus:[0] and the error fixed |
I had this problem as well and it has been resolved. |
Hello,
i wanna train your network with my own dataset and ran into that error:
It seems like there is a problem with pointnet2_ops extension. I've created the enviroment following your repo. My Cuda Version is 11.4. Could you help me with that?
Thank you in advance.
The text was updated successfully, but these errors were encountered: