Darknet: Cuda10.0 Compile Error

Created on 19 Jun 2019  ·  2Comments  ·  Source: pjreddie/darknet

I tried compiling with Cuda10.0 but got the following error:
Segmentation fault (core dumped) Makefile:88: recipe for target 'obj/convolutional_kernels.o' failed make: *** [obj/convolutional_kernels.o] Error 139

Most helpful comment

@harsh52 It is a COMPILE error! How does it related to the batch size?!!

All 2 comments

it might be due to CUDA gets out of memory.
one simple solution is to just reduce the batch size and try again.

@harsh52 It is a COMPILE error! How does it related to the batch size?!!

Was this page helpful?
0 / 5 - 0 ratings