-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
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
illegal memory access was encountered
during first mAP calculations while training network
#1
Comments
Same thing happens to me. Using an RTX 3070 on Ubuntu 23.04 with Cuda 12.0 and cuDNN 8.9.1
|
I'm 100% certain that the fix described in AlexeyAB/darknet#8669 (comment) is the cause of this "illegal memory access was encountered". The changes have been reverted. |
I pulled the new changes. It didn't fix the error for me, but it changed the error message a little. Now some additional errors are printed along with the
|
I believe this is now fixed. The illegal memory access was caused by the image memory getting freed incorrectly/prematurely when the image is resized. 1ea2baf |
Merge main branch into this working one.
Training a new network. Once it has reached iteration 1000, this is logged:
This error does not happen when I turn off CUDNN in Darknet's Makefile:
The text was updated successfully, but these errors were encountered: