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

Amount of RAM needed? #13

Open
cercata opened this issue Dec 19, 2017 · 2 comments
Open

Amount of RAM needed? #13

cercata opened this issue Dec 19, 2017 · 2 comments

Comments

@cercata
Copy link

cercata commented Dec 19, 2017

I'm trying to train the network with the example provided, and it crashes with this error:

"Resource exhausted: OOM when allocating tensor with shape"

Python reached 3.7GB, and my compute has 8GB, had a peak of 9.8GB used.

I'm using Tensor Flow on CPU, How Much RAM is needed ?

@ghost
Copy link

ghost commented Dec 24, 2017

It depends on the dataset. Maybe your images have a high resolution. Try scaling them down.

@Rnijland
Copy link

Rnijland commented Jan 25, 2018

Fixed it, the model.py has a formula that allocates 8gb ram. Probably someone with a 1080gtx made it.

Cant paste the right code here, as star symbols wont show... Follow This:

https://pastebin.com/7dyWECmT

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