darknet_for_colab icon indicating copy to clipboard operation
darknet_for_colab copied to clipboard

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

Open HariTarz opened this issue 2 years ago • 0 comments

While started training !./darknet detector train data/yolov4.data cfg/yolov4_custom_train.cfg yolov4.conv.137 -dont_show -map I got this error.

CUDA status Error: file: ./src/dark_cuda.c : () : line: 454 : build time: Oct 11 2022 - 11:14:30
CUDA Error: invalid argument
CUDA Error: invalid argument: Success
darknet: ./src/utils.c:326: error: Assertion '0' failed.

Any thoughts on why this is happening? It works only if the CUDNN_HALF=1, but the default configuration is CUDNN_HALF=0 in the Makefile.

HariTarz avatar Oct 19 '22 06:10 HariTarz