码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2018-03-09 10:44:32      阅读:1124      评论:0      收藏:0      [点我收藏+]

标签:code   oca   matching   key   str   gpu   number   keyword   use   

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

标签:code   oca   matching   key   str   gpu   number   keyword   use   

原文地址:https://www.cnblogs.com/beatets/p/8531914.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!