*** RuntimeError: CUDA error: out of memory.

CUDA kernel errors might be asynchronously reported at some other API call,so the stacktrace below might be incorrect. For debugging consider passing CUDA_LAUNCH_BLOCKING=1.

 

这个error 的原因是,当期指定的GPU的显存不足,可以关闭现有的process,或者重指定显卡编号。

device = torch.device("cuda:0")
 
 

*** RuntimeError: CUDA error: out of memory.

上一篇:MyEclipse 05_连接mysql数据库进行增删改查


下一篇:poi表格样式版本过低调整,自己写的话忽视