natethegreate / hent-AI

Automation of censor bar detection
MIT License
1.58k stars 145 forks source link

CUDA driver version is insufficient for CUDA runtime version at... #22

Open Yuri-Lord opened 3 years ago

Yuri-Lord commented 3 years ago

Hello,

I have tried several ways to run the program, but can't find a way to run on a video properly.

Using the .exe, it doesn't detect my 1070, despite CUDA 9.0 and cuDNN 7.6.4 properly installed. Using the colab, I always get a Tesla P4, and it doesn't work in the end, printing memory errors.

So I tried using the code directly. It detects my GPU but fails later. Here are the logs: https://pastebin.com/bFxXUDRq

I installed cuDNN v7.6.4 (September 27, 2019) and CUDA 9.0 so I don't understand how this happens. I'm not really experienced with CUDA and can't seem to find a solution online elsewhere so I'm trying here.

Thanks in advance.