-
Notifications
You must be signed in to change notification settings - Fork 146
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 when training the model #35
Comments
have you solve the problem?pls |
I had the same problem. What batch size are you using? Reducing that should help. I also halved the number of neurons in the dense layers and number of filters in the conv layers, which of course will impact performance. |
The problem is solved by using small batch size and lower number of images. but you can also try to upgrade your memory. |
Dear Sir, |
1 similar comment
Dear Sir, |
Please all, {The SRResNet networks |
Could you please tell me which size of your image before super resolution? |
Hi Deepak, Thanks for the amazing code, a small issue, when i start training the model with your simplified version of code, the Ram gets exhausted. although i have 12GB ram on my google colab, I tried reducing the size of images but no results
The text was updated successfully, but these errors were encountered: