-
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
cuda driver version is insufficient for cuda runtime version. #1569
Comments
use cuda 9.0 |
I installed 9.2, is it not compatible ? |
It isn't related to the Darknet. Your CUDA version isn't compatible with you nVidia GPU Driver version: https://devtalk.nvidia.com/default/topic/1028320/cuda-driver-version-is-insufficient-for-cuda-runtime-version/ |
please help |
Try to download the latest driver for your GPU: https://www.nvidia.ru/Download/index.aspx?lang=en |
cuda 9.2 is latest as on nvidia website. I got the same error, then downgraded to 9.1 , got the same error. |
cfg-file looks good. |
what would be the problem. ? |
You should solve the CUDA driver problem first and then consider the data set. The error shows that your graphics card driver does not support the current version of CUDA, consider reducing the version of CUDA or updating your graphics card driver. |
@ZYT5ting I was trying on google colabrotry, I tried with version 9.1 and 9.2. |
!./darknet detector train data/obj.data cfg/yolo-obj.cfg darknet53.conv.74
CUDA Error: CUDA driver version is insufficient for CUDA runtime version
darknet: ./src/cuda.c:36: check_error: Assertion `0' failed.
i am trying on colab.
The text was updated successfully, but these errors were encountered: