Pytorch训练SSD时出现的警告和错误

在使用PyTorch训练SSD模型时,遇到了几个常见问题:1) 在train.py中更新visdom plot时遇到AssertionError,通过调整代码结构解决了;2) numpy创建ndarray时遇到VisibleDeprecationWarning,建议降低numpy版本或指定dtype=object;3) 使用volatile时收到UserWarning,需用torch.no_grad()替代;4) size_average和reduce参数被弃用,推荐使用reduction='sum'代替。
摘要由CSDN通过智能技术生成

1.  ERROR : assert win is not None, 'Must define a window to update' AssertionError: Must define a wind(train.py中修改)

上图是修改完后的样子,将这段函数上面代码中的epoch+=1挪到 “if args.visdom:" 函数下,并把update_vis_plot括号中的内容替换成图片中的内容,问题解决,具体可参考https://github.com/amdegroot/ssd.pytorch/issues/234

2.   VisibleDeprecationWarning: Creating an ndarray from ragged nested sequences (which is a list-or-tuple of lists-or-tuples-or ndarrays with different lengths or shapes) is deprecated. If you meant to do this, you must specify 'dtype=object' when creating the ndarray.

/home/bb622/ssd.pytorch-master/utils/augmentations.py:239: VisibleDeprecationWarning: Creating an ndarray from ragged nested sequences (which is a list-or-tuple of 
  • 6
    点赞
  • 8
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值