pytorch-segmentation-toolbox
pytorch-segmentation-toolbox copied to clipboard
question about maxpool
Thanks for your excellent work. I notice that the self.maxpool in your arch is redefined, where the ceiling mode is used. Can you explain why you use this mode and what result it would if the ceiling mode is false.
This change inherits from Caffe-version deeplab which needs strict and specific input size. And it's unnecessary in Pytorch-version and it does not affect the performance. So I retain this change.