-
Notifications
You must be signed in to change notification settings - Fork 8k
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: CUDNN_STATUS_BAD_PARAM: Success" while training yolov4-tiny #8766
Comments
At iteration 1000? See: #8669 |
how to downgrade CUDNN in colab? i'm running this code in colab and get an error
|
!sudo apt-get install libcudnn8-dev=8.4.1.50-1+cuda11.6 libcudnn8=8.4.1.50-1+cuda11.6 |
When I run this on colab I get the following error:
|
Facing this issue while training yolov4-tiny
i use yolov4-tiny pre-trained weights file
yolov4-tiny.conv.29
from heremy env:
Google Colab
NVIDIA-SMI 525.85.12 Driver Version: 525.85.12 CUDA Version: 12.0
Tesla T4
Curious to know if anyone else has a same problem, or have an idea as to how to fix this problem. many thanks
The text was updated successfully, but these errors were encountered: