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

CUDA Out of Memory issue #5

Open
KUNAL1612 opened this issue Jul 24, 2019 · 1 comment
Open

CUDA Out of Memory issue #5

KUNAL1612 opened this issue Jul 24, 2019 · 1 comment

Comments

@KUNAL1612
Copy link

Running python main.py with checkpoint None throws up error as
RuntimeError: CUDA out of memory. Tried to allocate 6.12 MiB (GPU 0; 3.95 GiB total capacity; 2.70 GiB already allocated; 19.81 MiB free; 2.17 MiB cached)

@vinits5
Copy link

vinits5 commented Jan 6, 2020

You have only 4GB space in GPU. The network might need more than that. Either train it on a system with more GPU space or on google colab.

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