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

RuntimeError:Expected to have finished reduction in the prior iteration

时间:2020-07-18 22:50:10      阅读:287      评论:0      收藏:0      [点我收藏+]

标签:添加   err   bsp   src   cti   alt   run   技术   ted   

技术图片

 

 解决办法:

添加find_unused_parameters=true

model=torch.nn.parallel.DistributedDataParallel(model,find_unused_parameters=true)

 

RuntimeError:Expected to have finished reduction in the prior iteration

标签:添加   err   bsp   src   cti   alt   run   技术   ted   

原文地址:https://www.cnblogs.com/lyl0618/p/13337220.html

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