-
Notifications
You must be signed in to change notification settings - Fork 61
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 in modulated_deformable_im2col_cuda: no kernel image is available for execution on the device #29
Comments
I have the same problem. Have you solved it? |
Hi, @desires19 @Whj-cv |
I have sloved it by changing GTX 1080Ti, cuda 10.1, pytorch 1.6.0 |
@chenhaomingbob |
@chenhaomingbob |
I have to add here that we SOMETIMES run into this problem: When processing a video with roughly 36,000 frames, only around 33,000 are actually processed. For the others, we get the error message:
This is rather surprising, because there is definitely a kernel image available for most of the frames, so at the moment we think that this error message is misleading. I appreciate any help with this! |
Hello, my bro
I have met a problem,,when I reproduced the excellent research, DCPose
python:3.6.12
cuda:11.0
GTX3080
error in modulated_deformable_im2col_cuda: no kernel image is available for execution on the device
error in modulated_deformable_col2im_coord_cuda: no kernel image is available for execution on the device
The text was updated successfully, but these errors were encountered: