-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
demo.py in gpu crash and show "Out of memory" #91
Comments
Solved compiling with CUDNN. For more details, see https://mhosseiniresearch.wordpress.com/2015/09/17/fast-r-cnn-on-aws-ec2/ |
still got this error, i'm using gtx970 |
@psy770 |
Thx. You have to uncomment WITH_PYTHON_LAYER := 1 in the Makefile.config, then make clean, then make to rebuild |
Hi!
I was working with fast RCNN tha last month without any problems.
This time i decide use faster RCNN. When iI run de demo.py with --cpu flag, every little thing it's all right. But when i run demo.py without any flag (i.e. in gpu mode), i get the following error:
I was reading some other issues like this: #2, but the error is still there.
I'm using an AWS server, with a GPU of 4GB.
I read that the error could be because a large batch size, but in this case I'm only running a test in a few smalll images.
Any idea? Could you help me please?
The text was updated successfully, but these errors were encountered: