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

MaxPooling with floor mode not consistent with original implementation #1

Open
scenarios opened this issue Nov 3, 2017 · 1 comment

Comments

@scenarios
Copy link

Hi,
I've noticed you are using the maxpooling without ceil mode in 'InceptionModule2', which is not consistent with the caffe implementation. But you can still reproduce the results with the pretrained caffemodel?
BTW, I made the tsn caffemodel available in tensorflow, however, with every layer keeping identical with the TSN caffe implementation, there's still a 10% drop.

@shuangshuangguo
Copy link
Owner

@scenarios My work just transfers caffe-model to pytorch-model by reading layer parameters. When I get parameters, I use tsn-pytorch code given by authors to test. How does max pooling perform doesn't matter result.
About the second question, I think maybe you should check your input, such as all of transformation.

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