Skip to content
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

Memory Requirements on CPU #58

Closed
eevolvelab opened this issue Jul 11, 2016 · 2 comments
Closed

Memory Requirements on CPU #58

eevolvelab opened this issue Jul 11, 2016 · 2 comments

Comments

@eevolvelab
Copy link

I am wondering how much RAM memory is required to segment 500x500 image?

I am running the crfasrnn on EC2 instance CPU and seems like it is consuming around 6GB of RAM memory. Is that correct number or I am doing something wrong.

If that is true then is there a way to reduce the memory usage.

Also I found one of the Issues which is related to GPU on AWS EC2. Graphics EC2 instance on AWS has maximum of 4GB of video memory, and crfasrnn requires around 8GB of RAM memory. Is there any progress in reducing the memory usage.

Thank you in advance.

@bittnt
Copy link
Collaborator

bittnt commented Jul 12, 2016

Try BVLC/caffe#2016 for the moment.

@eevolvelab
Copy link
Author

@bittnt Thank you for the pointer.
After incorporating that change, I see the memory consumption reduces from approx. 7GB to nearly 5.71GB.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants