-
Notifications
You must be signed in to change notification settings - Fork 140
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
got Out of GPU memory when learning #202
Comments
Maybe I should continue reduce batch size? |
You should probably reduce batch size indeed. |
Out of memory errors are often shown as other errors. I would reduce the batch size and/or network size even further. |
I feel that the problem with OOM is indeed accompanied by mem_ buff Appearing as the size increases. |
This is a possible reason that I am researching: FluxML/FluxTraining.jl#148 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems like one iteration can be completed, but OOM occurred during the second iteration, any idea?
The text was updated successfully, but these errors were encountered: