-
Notifications
You must be signed in to change notification settings - Fork 117
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
V100 GPU -- RuntimeError: Unable to find a valid cuDNN algorithm to run convolution #18
Comments
It seems your GPU RAM is not enough, see this. Better to try on a larger GPU, e.g. 3090 or above. Or you can resize the images to be smaller |
I think it would be helpful to update your ReadMe with minimum hardware requirements, since this is a serious obstacle for many people and it leads to not obvious errors. |
@wenbowen123 Thanks a lot for your help. |
It has been tested on 3090 and 3090 Ti. In your case, I think either will work. |
Could you please tell what is the minimum requirement for GPU (GPU compute capability or GPU names) for running your code?
I got this error after 72 minutes of running.
The text was updated successfully, but these errors were encountered: