You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Firstly, your fantastic work is really helpful. And there is a small problem with using:
After importing the torch and deep_hough package in python, the error imtens = imtens.cuda() RuntimeError: CUDA error: unrecognized error code
occurred when I try to allocate a tensor from CPU to GPU via tensor.cuda().
However, if I just simply do not import deep_hough, the error disappeared. I am sure that my software was set ok.
Here is a small demo:
My software setup is:
pytorch 1.7 + cu11
Waiting for some suggestions sincerely.
The text was updated successfully, but these errors were encountered:
dymwan
changed the title
Importing problem for further use.
Importing problem
Sep 25, 2022
Hi,
Firstly, your fantastic work is really helpful. And there is a small problem with using:
After importing the torch and deep_hough package in python, the error
imtens = imtens.cuda()
RuntimeError: CUDA error: unrecognized error code
occurred when I try to allocate a tensor from CPU to GPU via
tensor.cuda()
.However, if I just simply do not import deep_hough, the error disappeared. I am sure that my software was set ok.
Here is a small demo:
My software setup is:
pytorch 1.7 + cu11
Waiting for some suggestions sincerely.
The text was updated successfully, but these errors were encountered: