Pelee.Pytorch icon indicating copy to clipboard operation
Pelee.Pytorch copied to clipboard

pytorch版本的网络结构错误

Open xialuxi opened this issue 5 years ago • 0 comments
trafficstars

在denselayer中 out3 = self.branch2c(out2) 应该改为: out2 = self.branch2c(out2)

xialuxi avatar Jun 18 '20 01:06 xialuxi