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 Error, system requirement #61

Open
fatemetardasti96 opened this issue Sep 15, 2022 · 1 comment
Open

Memory Error, system requirement #61

fatemetardasti96 opened this issue Sep 15, 2022 · 1 comment

Comments

@fatemetardasti96
Copy link

Thanks for sharing this valuable repo.
I have concerns about the system requirement. What is the required RAM? and on which operating system does it work the best?
I would like to train the network for my dataset. I only take 40 images for TrainingSetPreparation.py and reduced the batch size to 2, on a Linux OS with 16 GB RAM, the program gets killed during the first or the second epoch.
Training on the mentioned datasets (LFPW, HELEN, IBUGS, etc.) is also not possible.
I also tested on a windows system and the result is the same.
I installed py2.7 and the libraries according to ReadMe.

I look forward to seeing your answer.

@MarekKowalski
Copy link
Owner

Hello,
sorry for the late reply. There are not specific requirements, but keep in mind that this method was designed and implemented more than 5 years ago so any modern system should be fine (preferrably one equipped with a GPU).
One thing you may find challenging is installing versions of theano and lasagne that are compatible with modern GPUs as those libraries are not supported for quite a while now.

Also, training on 40 images is unlikely to generalize well, you will likely need a lot more than that, at least hundreds.

Thanks,

Marek

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