清理gpu内存_清理gpu显存

定义一个名为 torch_gc的函数,其目的是释放与PyTorch相关的显存(GPU内存)或其他设备内存。 def torch_gc():if torch.cuda.is_available():

11天前80