AlexeyAB / darknet

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

CUDA status Error: file: ./src/blas_kernels.cu : () : line: 753 #6708

Open zyx1996 opened 4 years ago

zyx1996 commented 4 years ago

Hi,I try to use the following command to train yolov3_lstm: ./darknet detector train cfg/lstm.data cfg/yolo_v3_tiny_pan_lstm.cfg yolo_v3_tiny_pan_lstm_last.weights -map -clear

and the following problem occurred: image image

I am using cuda10.2+cudnn7.6.5+opencv4.4.Thanks.

zyx1996 commented 4 years ago

But I can train yolov4 normally.

arnaud-nt2i commented 4 years ago

hi @zyx1996 I have the same issue on W10... Have you found an answer?

arnaud-nt2i commented 3 years ago

Ok I have found a walkaround, by using "Yolo v3 optimal" here: https://github.com/AlexeyAB/darknet/releases/tag/darknet_yolo_v3_optimal

HaolyShiit commented 3 years ago

@arnaud-nt2i I have tyied "Yolo v3 optimal", but the same problem is still exist.