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 #29

Open
AlexMuresan opened this issue Mar 23, 2019 · 3 comments
Open

Memory error #29

AlexMuresan opened this issue Mar 23, 2019 · 3 comments

Comments

@AlexMuresan
Copy link

I'm trying to train the model on a machine with i5-6200U and 8GB of RAM.
When I start the training the memory fills up to 80% then I get a memory error.
I tried using the batch_size=1 but it didn't help.

@AlexMuresan
Copy link
Author

I also tried running it on google colab and it crashed with "your session crashed after using all available RAM". Would it be possible to do the training on batches? I'm suspecting the issue comes from loading all the data in memory.

@Everbeast
Copy link

I also tried running it on google colab and it crashed with "your session crashed after using all available RAM". Would it be possible to do the training on batches? I'm suspecting the issue comes from loading all the data in memory.

have you solved the problem?

@AlexMuresan
Copy link
Author

What I eventually did was train on two 2070ti. That way everything went smoothly. But that's not really a solution for this issue. Sorry!

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