赞
踩
python报错:
RuntimeError: Expected all tensors to be on the same device, but found at least two devices, cuda:0
解决办法如下
提示:针对神经网络(全连接网络)报错
命令行输入:数据.is_cuda
若输出Ture则,数据为gpu上的形式,反之为cpu
对数据进行转换:数据.to(device)
模型实例化后,对实例进行转化:net.to(device)
以上两步做完模型就能正常运行了!!!!!!!
(喜大普奔,来自于一个不会神经网络和python的人呜呜)
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。