-
Notifications
You must be signed in to change notification settings - Fork 22
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
RuntimeError: CUDA out of memory. #8
Comments
This is because your GPU runs out of memory. To overcome this, you have three options:
|
Yes, but the program depends on GPU memory usage. And I think your machine has only 6GB memory for GPU. Maybe you can try: 1. reduce batch-size to 3; 2. reduce the image size. |
hello, I get a problem when I install cuda extension in 'python setup.py install'. It seems that u run in cuda, and I wonder did you compile successfully? 56 errors detected in the compilation of "inter_union_cuda.cu". |
I followed the example while looking at the contents written on README.md, and there was an error in the last train part. How can I solve this problem?
The text was updated successfully, but these errors were encountered: