darknet_for_colab
darknet_for_colab copied to clipboard
darknet: ./src/utils.c:326: error: Assertion `0' failed.
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.