You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
generated caffemodel weight should also change as now number of parameters are less to be stored?
anand
The text was updated successfully, but these errors were encountered:
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
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
generated caffemodel weight should also change as now number of parameters are less to be stored?
The text was updated successfully, but these errors were encountered: