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.39k stars 797 forks source link

Config File for UNet #142

Open mfaraki opened 6 years ago

mfaraki commented 6 years ago

Just wondering if you have any available config file to use the unet. The current config file for fcn8 throws an error in the unetUp because the two outputs differ in size and can not be concatenated.

Thanks

jizongFox commented 5 years ago

encountered the same problem. I think there's some bugs in the code.

hurricane2018 commented 5 years ago

Same Problem