i have build the darknet, darkhelp and darkmark on my ubuntu 24.0.4 ubuntu machine, i have installed the cuda tuoolkit, cuda drivere and cudnn library. i also installed LegoGears dataset to test the framework. I have a problem which is when i train the model i have created with the command darknet detector -map -dont_show train i get the next error
uDNN status error in /home/muhammed-nur/src/darknet/src-lib/dark_cuda.cpp, cudnn_handle(), line #167
- Errno 22: Invalid argument
- Error location: /home/muhammed-nur/src/darknet/src-lib/dark_cuda.cpp, cudnn_handle(), line #167
- Error message: cuDNN current error: status=2000, CUDNN_STATUS_BAD_PARAM
- Thread #127228683587584: main darknet thread
- Version "Slate" v4.0-52-g5150ae50 built on Aug 19 2025 17:26:33
i did not understand why i am getting this problem even if i have cuDNN, i have tested if my gpu works on tensorflow framework which uses python it detects my gpu without any problems
i have build the darknet, darkhelp and darkmark on my ubuntu 24.0.4 ubuntu machine, i have installed the cuda tuoolkit, cuda drivere and cudnn library. i also installed LegoGears dataset to test the framework. I have a problem which is when i train the model i have created with the command
darknet detector -map -dont_show traini get the next erroruDNN status error in /home/muhammed-nur/src/darknet/src-lib/dark_cuda.cpp, cudnn_handle(), line #167
i did not understand why i am getting this problem even if i have cuDNN, i have tested if my gpu works on tensorflow framework which uses python it detects my gpu without any problems