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 conv1_2norm #56

Open
LeonSun0101 opened this issue Oct 7, 2018 · 1 comment
Open

Incompatible number of blobs for layer conv1_2norm #56

LeonSun0101 opened this issue Oct 7, 2018 · 1 comment

Comments

@LeonSun0101
Copy link

when I load the model using the following code
colorModel.prep_net(gpu_id,'./models/reference_model/deploy_nodist.prototxt','./models/reference_model/model.caffemodel')
I got error as follows
Check failed: target_blobs.size() == source_layer.blobs_size() (5 vs. 3) Incompatible number of blobs for layer conv1_2norm
How can I solve the problem?
Thx~

@junyanz
Copy link
Owner

junyanz commented Oct 8, 2018

Not sure how to fix it. It might be related to this issue.

@junyanz junyanz closed this as completed Oct 8, 2018
@junyanz junyanz reopened this Oct 8, 2018
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