AlexeyAB / darknet

YOLOv4 / Scaled-YOLOv4 / YOLO - Neural Networks for Object Detection (Windows and Linux version of Darknet )
http://pjreddie.com/darknet/
Other
21.65k stars 7.96k forks source link

cuDNN status Error in: file: ./src/convolutional_kernels.cu : () : line: 544 #5333

Open ycchanau opened 4 years ago

ycchanau commented 4 years ago

I am using darknet on an AWS instance.

The CUDA version is 10.0 and CUDNN version is 7.6.5. Everything was okay before and this error occurred after I ran the command "export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/ubuntu/TensorRT-7.0.0.11/lib". I tried to solve it by modifying the MakeFile but it didn't work.

Makefile.txt

LD_LIBRARY_PATH before that command:

/home/ubuntu/anaconda3/envs/pytorch_p36/lib/python3.6/site-packages/torch/lib/:/usr/local/cuda-10.1/lib64:/usr/local/cuda-10.1/extras/CUPTI/lib64:/usr/local/cuda-10.1/lib:/usr/local/cuda-10.1/efa/lib:/opt/amazon/efa/lib:/opt/amazon/efa/lib64:/usr/lib64/openmpi/lib/:/usr/local/lib:/usr/lib:/usr/local/mpi/lib:/lib/:/usr/lib64/openmpi/lib/:/usr/local/lib:/usr/lib:/usr/local/mpi/lib:/lib/::/usr/local/cuda-10.0/lib64:

purehol commented 4 years ago

I think that after you configured CUDA, you modified the graphics card driver version, which caused the graphics card driver version to not match the CUDA version.