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
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?!!
Most helpful comment
@harsh52 It is a COMPILE error! How does it related to the batch size?!!