-
Notifications
You must be signed in to change notification settings - Fork 30
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
cuDNN error #17
Comments
Line 17 in b6f2258
You can try to change to torch.backends.cudnn.benchmark = False
|
I tried that same issue. For the first batch it is running fine but for the second batch it is throwing this error during back propagation. Initially I thought this may be due to different input format but that is not the cause of this issue. In CPU it works. I am not able to figure out the cause of this issue. |
@LeftAttention You can refer to my environment.
|
Thanks. I will check. |
While executing the training script. I encountered the following error.
While execution of the suggested code snippet I did get any error or warnings.
After typing
python -m torch.utils.collect_env
I got the following.Could you please guide me on this?
The text was updated successfully, but these errors were encountered: