Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

question about maxpool #39

Open
chenxiaoyu523 opened this issue Mar 31, 2019 · 1 comment
Open

question about maxpool #39

chenxiaoyu523 opened this issue Mar 31, 2019 · 1 comment

Comments

@chenxiaoyu523
Copy link

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.

@speedinghzl
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants