-
-
Notifications
You must be signed in to change notification settings - Fork 55
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
ResNet Out Of Memory issue #1
Comments
What's the VRAM of your graphics card? |
Hello. This issue still persists. I have 6 GB VRAM and 16 GB RAM with 40 GB paging file. Windows 10 and Python are 64-bit. |
Feels like I solved the issue. Network started to train and everything went good until I got another issue. After executing the following lines below, it seems to me that the execution is turned into an infinite loop.
This is what I have in the output, the process is running and is not interrupted.
As you can see, this line does not change its state, but only prints over and over again. Maybe that's the way it should be? I don't know. |
I've just opened a new issue on this so all discussions probably would turn there. |
In code
I get an OOM with 112GB of RAM:
Has anyone else had this problem?
The text was updated successfully, but these errors were encountered: