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
Hello! Wenn I run this programm, there is a RuntimeError: CUDA out of memory. Tried to allocate 182.00 MiB (GPU 0; 15.90 GiB total capacity; 14.60 GiB already allocated; 75.75 MiB free; 15.12 GiB reserved in total by PyTorch). I would like to ask, besides reducing Batch_size, is there any other way to solve this problem? Because when I reduce the Batch_size to 4, hm Loss is always nan.
The text was updated successfully, but these errors were encountered:
Thanks for your answers! I tried to change the Input size to 400x400, gap=80, but on my computer, it can only run when batch size=4. (PS: the programm can run on batch size=6, when Input size is 600x600). The GPU I use is TU102 (Geforce RTX 2080 Ti, GPU memory 10GB) It's not working :(
Hello! Wenn I run this programm, there is a RuntimeError: CUDA out of memory. Tried to allocate 182.00 MiB (GPU 0; 15.90 GiB total capacity; 14.60 GiB already allocated; 75.75 MiB free; 15.12 GiB reserved in total by PyTorch). I would like to ask, besides reducing Batch_size, is there any other way to solve this problem? Because when I reduce the Batch_size to 4, hm Loss is always nan.
The text was updated successfully, but these errors were encountered: