-
Notifications
You must be signed in to change notification settings - Fork 38
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
CUDA Error: out of memory #131
Comments
Hi @jessiffmm , Also, have look here, clear_session() cannot forcefully clean GPU's memory since it can cause fragmentation, try killing the process. See if quitting and restarting DetectionSuite helps, if it helps than we can probably alter the code so that this error doesn't occur again. |
Hi @vinay0410 I get this problem in my project. I have a trained network in keras, tensorflow and Darknet. I load the network in keras and I used it. Then I try to load the Darknet network but I get that problem. |
HI @jessiffmm , |
Hi!!
I have a question. I'm doing a project where I can use keras, tensorflow and darknet like in dl-detectionSuite. But I have a problem. When I use first keras or tensorflow, and then I use darknet. I get CUDA Error: out of memory.
I have trying to use clear_session for free memory but I get the same error.
Do you have some idea about this problem?
Thanks!
The text was updated successfully, but these errors were encountered: