quangnhat185 / darknet_for_colab

Darknet repository for training YOLOv4 on Google Colab with Custom Dataset
MIT License
31 stars 57 forks source link

darknet: ./src/utils.c:326: error: Assertion `0' failed. #8

Closed gandharvsuri closed 1 year ago

gandharvsuri commented 3 years ago

while training !./darknet detector train data/yolov4.data cfg/yolov4_custom_train.cfg yolov4.conv.137 -dont_show -map I get this. Any thoughts on why this is happening?

CUDA allocate done! 
Loaded: 5.100706 seconds
CUDA status Error: file: ./src/blas_kernels.cu : () : line: 859 : build time: Apr 28 2021 - 07:07:38 

 CUDA Error: no kernel image is available for execution on the device
CUDA Error: no kernel image is available for execution on the device: File exists
darknet: ./src/utils.c:326: error: Assertion `0' failed.
quangnhat185 commented 1 year ago

This happens due to the upgrade CUDA on Colab. MAKEFILE has been updated to fix this issue