You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CUDA out of memory. Tried to allocate 32.00 MiB (GPU 0; 23.69 GiB total capacity; 21.31 GiB already allocated; 12.06 MiB free; 21.46 GiB reserved in total by PyTorch) If reserved memory is >> allocated memory try setting
I am working on a gpu with 24 gb and I run out of space and I am using crops of 512x512 with batch size 1
Is this a memory leak problem? I am also using garbage collector but that only delays running into the 'out of memory' error.
Help is appreciated :)
The text was updated successfully, but these errors were encountered:
CUDA out of memory. Tried to allocate 32.00 MiB (GPU 0; 23.69 GiB total capacity; 21.31 GiB already allocated; 12.06 MiB free; 21.46 GiB reserved in total by PyTorch) If reserved memory is >> allocated memory try setting
I am working on a gpu with 24 gb and I run out of space and I am using crops of 512x512 with batch size 1
Is this a memory leak problem? I am also using garbage collector but that only delays running into the 'out of memory' error.
Help is appreciated :)
The text was updated successfully, but these errors were encountered: