We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
[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.
The text was updated successfully, but these errors were encountered: