You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Me and my friend encountered a problem with CUDA during runtime: the cuDNN files were missing from the CUDA folders. I resolved this by manually downloading and installing the cuDNN archives from the NVIDIA website (https://developer.nvidia.com/rdp/cudnn-archive), and then copying the contents of the cuDNN 8.6 lib, include, and bin directories into the corresponding directories within the CUDA installation.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Me and my friend encountered a problem with CUDA during runtime: the cuDNN files were missing from the CUDA folders. I resolved this by manually downloading and installing the cuDNN archives from the NVIDIA website (https://developer.nvidia.com/rdp/cudnn-archive), and then copying the contents of the cuDNN 8.6 lib, include, and bin directories into the corresponding directories within the CUDA installation.
Beta Was this translation helpful? Give feedback.
All reactions