-
Notifications
You must be signed in to change notification settings - Fork 156
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: selected index k out of range #209
Comments
Sorry for borther you and thanks for your contribution! HKRoad mean IoU = 93.0% I sincerely hope you can help me with the answer. |
Go at the place where the bug happens: "blocks.py", line 312, try printing the shapes and of the tensors there, Try printing the max values if the indices, etc. It should help you debug what happens. |
Hi Percy, have you resolved the issue? I encountered the same CUDA index out of bounds problem in other lines of block.py when training KP-FCNN on a scene segmentation task (S3DIS). I thoroughly checked the indices range, and everything seems to work fine. However, when the error occurs, I cannot retrieve any values from the input q_pts, s_pts, neighb_inds, and x tensors. I'm uncertain if it's a CUDA environment issue or if there are problems when preparing data batches. |
I encountered the following error when running your program, Scene Segmentation: Instructions to train KP-FCNN on a scene segmentation task (S3DIS): RuntimeError: selected index k out of range.
The text was updated successfully, but these errors were encountered: