Dilated-Convolutional-Layer-Implementation icon indicating copy to clipboard operation
Dilated-Convolutional-Layer-Implementation copied to clipboard

CUDA Error: invalid configuration argument

Open HappyDeepLearning opened this issue 7 years ago • 0 comments

[train op] { net info. } Loading weights from darknet53.conv.74...Done! Learning Rate: 0.001, Momentum: 0.9, Decay: 0.0005 Resizing 384 192 192, 194 194 CUDA Error: invalid configuration argument darknet: ./src/cuda.c:36: check_error: Assertion `0' failed. Aborted (core dumped)

If i set random=0 in *.cfg ,there is no such error. If i set random=1 in *.cfg, appear above error message.

HappyDeepLearning avatar Jan 07 '19 16:01 HappyDeepLearning