BobLiu20 / YOLOv3_PyTorch

Full implementation of YOLOv3 in PyTorch
624 stars 191 forks source link

CUDA driver version is insufficient. #12

Open momenabdelkarim opened 6 years ago

momenabdelkarim commented 6 years ago

I get this when I try to run the evals.py file. I have tried this on both the CUDA 8.0 and the CUDA 9.0 versions of pytorch, no dice.

RuntimeError: cuda runtime error (35) : CUDA driver version is insufficient for CUDA runtime version at /opt/conda/conda-bld/pytorch_1524586445097/work/aten/src/THC/THCGeneral.cpp:70

themathgeek13 commented 6 years ago

Hi @momenabdelkarim, this error message is related to the NVIDIA driver you have installed. Is this on an Ubuntu machine? Try reinstalling the driver and CUDA, because this isn't an issue specific to this code :)

https://devtalk.nvidia.com/default/topic/1028320/cuda-driver-version-is-insufficient-for-cuda-runtime-version/

momenabdelkarim commented 6 years ago

Hi @themathgeek13, this is on a ubuntu machine, and I've tried it on two machines using two different CUDAs (8.0 and 9.0) and different ways of installation.

BobLiu20 commented 6 years ago

@momenabdelkarim please update your driver. download from here