Skip to content
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

RuntimeError: Not compiled with GPU support #214

Open
AbdulrahmanAlsumeri opened this issue Dec 3, 2022 · 1 comment
Open

RuntimeError: Not compiled with GPU support #214

AbdulrahmanAlsumeri opened this issue Dec 3, 2022 · 1 comment

Comments

@AbdulrahmanAlsumeri
Copy link

After running the script
./experiments/scripts/eval_linemod.sh

The following error shows up
No.7190 Pass! Distance: 0.008826363647664644
No.7191 NOT Pass! Distance: 0.030700618748845932
No.7192 Pass! Distance: 0.009671199228185249
Traceback (most recent call last):
File "./tools/eval_linemod.py", line 126, in
inds = KNearestNeighbor.apply(target.unsqueeze(0), pred.unsqueeze(0))
File "/home/abdulrahman/Downloads/DenseFusion-Pytorch-1.0/lib/knn/init.py", line 20, in forward
knn_pytorch.knn(ref, query, inds).cuda()
RuntimeError: Not compiled with GPU support

error

Although i doubled check if cuda is installed with pytorch and it is actually installed using the following line of code:

torch.cuda.is_available() and shows True

@Harrydsk
Copy link

Harrydsk commented Jan 7, 2024

did u solve the problem my friend

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants