-
Notifications
You must be signed in to change notification settings - Fork 110
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
3D example runs out of memory on Google Colab #6
Comments
Hi, Thanks for reporting! Do you know what the memory limits of Google Colab are? One hot-fix would be to reduce the batch-size until it runs. This will result in less stable convergence and might take longer to train. |
I actually don’t know… and even google doesn’t really bring up an answer
easily.
If you ask the machine itself is says:
MemTotal: 13335276 kB
MemFree: 11129432 kB
MemAvailable: 12643328 kB
You can see this via executing ‘!cat /proc/meminfo’ in a cell.
Even “!top’ works if you prefer, but you’ll have to cancel the execution
manually.
Thanks for the fast answer by the way.
|
Using I am somewhat hesitating to change the current |
Is there a way to reduce the memory requirement so that this example can run through on Google Colab?
That would be nice, but likely not most pressing issue... ;)
The text was updated successfully, but these errors were encountered: