RuntimeError: CUDA out of memory. Tried to allocate 144.00 MiB (GPU 0; 2.00 GiB total capacity; 1.29 GiB already allocated; 79.00 MiB free; 1.30 GiB reserved in total by PyTorch)
我的机器显存只有4G
ctrl+z
暂停程序,但是程序依然在内存中。restart the kernel
就可以清空当前所有变量,包括GPU显存中的内容但是这样我需要重新执行很多东西,因此需要了解如何手动释放GPU显存。
大部分的解