Pelee.Pytorch
Pelee.Pytorch copied to clipboard
pytorch版本的网络结构错误
trafficstars
在denselayer中 out3 = self.branch2c(out2) 应该改为: out2 = self.branch2c(out2)