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 796 forks source link

Changed the 'same' to a fixed image sizes #185

Closed yassouali closed 5 years ago

yassouali commented 5 years ago

When running the train.py with 'same' we get an error RuntimeError: invalid argument 0: Sizes of tensors must match except in dimension 0. Got 306 and 375 in dimension 2