Skip to content
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

Open
BlcaKHat opened this issue Sep 10, 2018 · 12 comments
Open

cuda driver version is insufficient for cuda runtime version. #1569

BlcaKHat opened this issue Sep 10, 2018 · 12 comments

Comments

@BlcaKHat
Copy link

!./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.

@derekwong66
Copy link

use cuda 9.0

@BlcaKHat
Copy link
Author

I installed 9.2, is it not compatible ?

@AlexeyAB
Copy link
Owner

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/
Update your nVidia GPU Driver, or downgrade your CUDA.
I recommend you to use CUDA 9.1.

@BlcaKHat
Copy link
Author

screenshot from 2018-09-10 16-42-56
git the same error with cuda 9.1

@BlcaKHat
Copy link
Author

please help

@AlexeyAB
Copy link
Owner

Try to download the latest driver for your GPU: https://www.nvidia.ru/Download/index.aspx?lang=en

@BlcaKHat
Copy link
Author

cuda 9.2 is latest as on nvidia website. I got the same error, then downgraded to 9.1 , got the same error.
I tried this same setup ofo code, and it was working well.
hard time.
can you check the cfg file once again.

yolo-obj-txt.txt

@AlexeyAB
Copy link
Owner

cfg-file looks good.

@BlcaKHat
Copy link
Author

what would be the problem. ?
https://drive.google.com/open?id=1ugu5D3FKv7FDHdzycQuCrkAyS2vKmwE0
this is the drive link. if you get time please try running it .
it would be a great help

@ZYT5ting
Copy link

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
Copy link

see solution1 or solution2

@BlcaKHat
Copy link
Author

@ZYT5ting I was trying on google colabrotry, I tried with version 9.1 and 9.2.
both of them didn't worked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants