(修改为) .to(device)_model(s.unsqueeze(0).cuda()).cpu()">
赞
踩
torch.load(opt.model, map_location='cpu')
device = torch.device("cuda:0" if torch.cuda.is_available() else "cpu")
.cuda() -->(修改为) .to(device)
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。