-
Notifications
You must be signed in to change notification settings - Fork 57
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
error:: an illegal memory access was encountered #19
Comments
Full error report as:
|
I've never met the issue before. |
hi @hzxie Here is something may be helpful and may be something of feature sampling has error? and it reports the "point features" has NaN is True. Looking for your reply. |
@yjcaimeow |
I check the range of sparse_cloud and it is in [-1, 1]. The sparse cloud is get from the gridding_rev operation. I also try to *0.5. The same error also exist. :( |
hi, @lin1061991611 Maybe your extensions are complied with a not corresponding version of cuda or cudnn? I've met this issue with a tensorflow model once. |
has anyone solved this issue? I'm using pytorch=1.4.0, cuda=10.1 with a fresh conda environment. Still getting this error. |
I think this is because its extension "griding". Its output tensors refuse to be readed, even if get printed, or refered to a specific GPU device. |
Has anyone solved this issue? I'm using pytorch=1.8.1+cu111 with a fresh conda environment. Still getting this error. |
I found the reason for my problem because the training data was not normalized. |
I also meet the same problem,. when I use my own dataset to inference, the program stops here:
the original input to the GriddingFunction( that is:gridding.forward(...)) is:
but I saw the reply from upstairs, thought it may because of the lack of normalized. Then I normalized the partial_cloud, input the GriddingFunction( that is:gridding.forward(...)) , BUT still not worked.
Then I try to print relative information like:
But before printing this, the program has reported an error:
How can I fix this? Please advise, thank you. |
Hi,when i run this code with my own dataset,it errors as:
Did you meet the issue before? Thanks for advance.
The text was updated successfully, but these errors were encountered: