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

incompatible number of blobs for layer bn0 #7

Open
77h2l opened this issue Oct 22, 2018 · 2 comments
Open

incompatible number of blobs for layer bn0 #7

77h2l opened this issue Oct 22, 2018 · 2 comments

Comments

@77h2l
Copy link

77h2l commented Oct 22, 2018

hi,I am trying to convert a model trained by mxnet into caffemodel,however after i get the caffemodel file,and tring to test the model on caffe framework,the error occurs:check failed:target_blobs.size() == source_layer.blobs_size() (3 vs 5) incompatible number of blobs for layer bn0.how to solve it

@suntingtencent
Copy link

Has this issue being solved ??? Pls kindly reply

@77h2l
Copy link
Author

77h2l commented Jan 28, 2019

Has this issue being solved ??? Pls kindly reply

yeah,the implementation of Batchnorm layer of different versions of caffe matters,you need to check your caffe's version,for example,Nvidia's caffe implement the BN and Scale together

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