RuntimeError: cuda runtime error (10) : invalid device ordinal

Posted 蠢材少年

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了RuntimeError: cuda runtime error (10) : invalid device ordinal相关的知识,希望对你有一定的参考价值。

This is caused by the unmatching of gpu device number when loading a saved model.

 

torch.load(‘my_file.pt‘, map_location=lambda storage, loc: storage)

 

以上是关于RuntimeError: cuda runtime error (10) : invalid device ordinal的主要内容,如果未能解决你的问题,请参考以下文章

docker容器内运行pytorch多gpu报错 RuntimeError: NCCL Error 2: unhandled system error

RuntimeError:cuda 运行时错误(710):设备端断言触发于

RuntimeError:输入类型(torch.FloatTensor)和权重类型(torch.cuda.FloatTensor)应该相同

带有 CUDA 和 Nvidia 卡的 PyTorch:RuntimeError:CUDA 错误:所有支持 CUDA 的设备都忙或不可用,但 torch.cuda.is_available() 为 T

PyTorch - RuntimeError:后端 CPU 的预期对象,但为参数 #2 'weight' 获得了后端 CUDA

如何修复pytorch'RuntimeError:类型为torch.cuda.LongTensor但发现类型为torch.LongTensor的预期对象'