-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
DCN on Jetson TX2 #3041
Comments
I was able to solve the issue by replacing
The regular convolutions of PyTorch do not seem to have this problem. Maybe the |
Thanks for your reporting! It is a known issue that setting |
I don't have any experience with PyTorch CUDA extensions, so I can't help with a PR unfortunately. But maybe just mention it in a README somewhere? That way people could easily fix the issue themselves. |
Thanks for your reporting! I would add it to FAQ to help people locate problems faster. |
Hi
I am trying to use the deformable convolutions from this repo on a Jetson TX2. Compilation was successful and I can also run them from Python. However, for every call of the DCN I get the following error:
error in deformable_im2col: too many resources requested for launch
I was wondering if there are any setting in the
.cu
files that I can change to fix this error?Minimal reproducible example
Environment
Since I only wanted to install DCNs instead of the whole repo, I used a reduced
setup.py
(copied from this repo):Bug fix
After a quick search on Google I found this PyTorch issue which seems related. Unfortunately I have no experience with CUDA at all, so I am not sure if this helps.
The text was updated successfully, but these errors were encountered: