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 11th - Pooling block order #1

Closed
A-suozhang opened this issue Jul 5, 2020 · 1 comment
Closed

Question about 11th - Pooling block order #1

A-suozhang opened this issue Jul 5, 2020 · 1 comment

Comments

@A-suozhang
Copy link

Thank you for your great work, it really helped me a lot. However, I'm a bit confused about the 11th tip, which reorders the "conv-bn-relu-pooling" to "conv-polling-relu-bn". Is there a paper reference for this method, or other insight about why this would work?

@A-suozhang A-suozhang changed the title Question about 11-Pooling block order Question about 11th - Pooling block order Jul 5, 2020
@HolmesShuan
Copy link
Collaborator

Thanks for your interest. Conv-BN-ReLU-Pooling, Conv-Pooling-ReLU-BN and Conv-Pooling-BN-ReLU mostly come from our practical experience. It is hard to justify which one is better than the others. It depends on your tasks and backbone networks.

The reference can be found in "XNOR-Net: ImageNet Classification Using Binary Convolutional Neural Networks" section 4.3 "Ablations Studies".

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