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
I get an error that texture is non contiguous. I make the tensor contiguous using contiguous(). Then I get this:
image = image.cpu().numpy()
RuntimeError: CUDA error: an illegal memory access was encountered
The text was updated successfully, but these errors were encountered:
I get an error that texture is non contiguous. I make the tensor contiguous using contiguous(). Then I get this:
image = image.cpu().numpy()
RuntimeError: CUDA error: an illegal memory access was encountered
The text was updated successfully, but these errors were encountered: