meetps / pytorch-semseg

Semantic Segmentation Architectures Implemented in PyTorch
https://meetshah.dev/semantic-segmentation/deep-learning/pytorch/visdom/2017/06/01/semantic-segmentation-over-the-years.html
MIT License
3.38k stars 799 forks source link

unetUp pad error #231

Closed mmchen88 closed 4 years ago

mmchen88 commented 4 years ago

self.conv(torch.cat([outputs1, outputs2], 1)) the size()[3] of outputs1 and outputs2 may be different

flyking1994 commented 4 years ago

145