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

Issue while training the model #50

Closed
sarraAyed opened this issue Oct 13, 2021 · 1 comment
Closed

Issue while training the model #50

sarraAyed opened this issue Oct 13, 2021 · 1 comment

Comments

@sarraAyed
Copy link

First, I would like to thank you for creating and publishing this repo.
Also, thank you for taking the time to answer poeple's questions
I was trying to run the train part and I had this problem
RuntimeError: CUDA out of memory. Tried to allocate 1.72 GiB (GPU 0; 2.00 GiB total capacity; 109.01 MiB already allocated; 1.14 GiB free; 112.00 MiB reserved in total by PyTorch)
Is there another way for me to train the model ?
Thank you so much for you attention

@maxjcohen
Copy link
Owner

It seems you do not have enough memory in your GPU. You could try to run the model on your CPU, which would be slower, but allow computation on the RAM.

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