RuntimeError: CUDA out of memory.
maamouunn opened this issue · 1 comments
maamouunn commented
return torch._C._nn.upsample_nearest2d(input, output_size, scale_factors)
RuntimeError: CUDA out of memory. Tried to allocate 180.00 MiB (GPU 0; 10.92 GiB total capacity; 9.74 GiB already allocated; 57.56 MiB free; 9.90 GiB reserved in total by PyTorch)
how can i solve this issue?
which file should i change ?
guangxuwang commented
how do you solve it?,my gpu is rtx 2080ti(memory 11G).