Darknet: CUDA status Error: file: ./src/dark_cuda.c : () : line: 454 : build time: Aug 26 2020 - 12:06:43 CUDA Error: invalid argument CUDA Error: invalid argument: File exists darknet: ./src/utils.c:326: error: Assertion `0' failed. Aborted (core dumped)

Created on 26 Aug 2020  路  3Comments  路  Source: AlexeyAB/darknet

If something doesn鈥檛 work for you, then show 2 screenshots:

  1. image
  2. image

Most helpful comment

@AlexeyAB Thanks a lot.

  • Try to train with resize=1.5 instead of random=1 in the last [yolo] layer, does it work?
    This worked.
    Could you please share why random=1 did not work?

All 3 comments

Did you download exactly cuDNN v8.0.2 (July 24th, 2020), for CUDA 10.2 ? https://developer.nvidia.com/rdp/cudnn-download

Try to train with resize=1.5 instead of random=1 in the last [yolo] layer, does it work?

@AlexeyAB Thanks a lot.

  • Try to train with resize=1.5 instead of random=1 in the last [yolo] layer, does it work?
    This worked.
    Could you please share why random=1 did not work?

Woo that was ruining my night. resize=1.5 worked thanks

Was this page helpful?
0 / 5 - 0 ratings