跑Segmentation遇到的问题

简单明了,博主这里就不说错误的原因了,直接放上解决的办法(亲测有效)

问题一:RuntimeError: one of the variables needed for gradient computation has been modified by an inplace operation: [torch.cuda.FloatTensor [2, 512, 32, 32]], which is output 0 of ReluBackward0, is at version 1; expected version 0 instead. Hint: enable anomaly detection to find the operation that failed to compute its gradient, with torch.autograd.set_detect_anomaly(True). 

解决办法:找到swin解码头对应的.py文件:

位置如下:

Swin-Transformer-Semantic-Segmentation-main/mmseg/models/decode_heads/uper_head.py

然后在第104行代码修改为:laterals[i - 1] = laterals[i - 1] + resize( 

问题二: 多卡训练问题

解决办法:

因为博主用的配置文件是upernet_swin.py(查看方法如下)

 然后将norm_cfg中的type=‘SyncBN’ 修改为 type=‘BN’ 

 

 

 

  • 2
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 1
    评论
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值