-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
OSError: [Errno 12] Cannot allocate memory #28
Comments
Hi @Deeachain |
Hi @xvjiarui
|
I think it dues to inefficient CPU memory. |
I have solved this problem OSError, just add os swap memory. |
Co-authored-by: dmitrysarov <d.shaulskiy@gmail.com> Co-authored-by: Jas <jinsheng13@foxmail.com>
* add resolution for K400 * rebenchmark on 32G V100 * add new i3d config and i3d benchmakr minor minor Co-authored-by: linjintao <linjintao@sensetime.com>
when i train cityscapes with single GPU 1080ti,encounter this error when iters=4000 and iters==8000
OSError: [Errno 12] Cannot allocate memory
I think should decrease Bath_size.So if i need to change 1img/perGPU ,how to do that? And, how to set total Epoch instead of total_iters = 40000
The text was updated successfully, but these errors were encountered: