-
Notifications
You must be signed in to change notification settings - Fork 21.3k
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 while training #2367
Comments
I have the same issue. |
EDIT: Didn't notice it's pjreedie repo. Opening issue on AlexeyAB fork Crash on map: calculation mAP (mean average precision)... cuDNN Error: CUDNN_STATUS_BAD_PARAM |
Was this ever understood and/or addressed? command: GPU: Nvidia 2028 SUPER, OPENCV 4.5.5 with CUDA, training for 1 class (next mAP calculation at 100 iterations) calculation mAP (mean average precision)... cuDNN status Error in: file: C:\darknet\src\convolutional_kernels.cu : forward_convolutional_layer_gpu() : line: 555 : build time: Apr 8 2022 - 13:14:27 cuDNN Error: CUDNN_STATUS_BAD_PARAM |
@Remco-Terwal-Bose see mentioned issue above or here |
This is my own error message, just when it's about to calculate the mAP, everything crashes: |
I also encountered the error when use -map in command, There are following solutions I found :
But still, I was able to run with the following: I don't know, Is it a correct way to do so? |
While training in moment that mAP calculation should start I have assertion error:
(next mAP calculation at 1900 iterations) 1900: 185.299484, 158.218445 avg loss, 0.001000 rate, 6.550167 seconds, 121600 images, 16.111683 hours left 4cuDNN Error: CUDNN_STATUS_BAD_PARAM: File exists darknet: ./src/utils.c:331: error: Assertion 0 failed.
The text was updated successfully, but these errors were encountered: