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

generated prototxt and caffemodel ? #90

Open
ananddb90 opened this issue Oct 12, 2017 · 0 comments
Open

generated prototxt and caffemodel ? #90

ananddb90 opened this issue Oct 12, 2017 · 0 comments

Comments

@ananddb90
Copy link

Hi @sanghoon
Thank you for your work and share.
I tried your script for ResNet50 to combine conv, batchnorm and scale layer into one conv layer. I have doubts regarding generated prototxt and caffemodel

  1. generated prototxt combines only scale and batchnorm into one and keep conv layers as it is
    before : conv - BN- scale - relu
    after : conv - BN - scale - relu

  2. generated caffemodel weight should also change as now number of parameters are less to be stored?

  • anand
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

1 participant