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

Data Load Error #5

Closed
mike1808 opened this issue Apr 22, 2016 · 1 comment
Closed

Data Load Error #5

mike1808 opened this issue Apr 22, 2016 · 1 comment

Comments

@mike1808
Copy link

mike1808 commented Apr 22, 2016

Hello, I am trying to run the demo but the code fails on the model load, here is the last lines of the log:

I0422 05:05:37.127264 11607 net.cpp:274] Network initialization done.
I0422 05:05:37.197033 11607 upgrade_proto.cpp:66] Attempting to upgrade input file specified using deprecated input fields: colorization_release_v0.caffemodel
I0422 05:05:37.197067 11607 upgrade_proto.cpp:69] Successfully upgraded file specified using deprecated input fields.
W0422 05:05:37.197072 11607 upgrade_proto.cpp:71] Note that future Caffe releases will only support input layers and not input fields.
F0422 05:05:37.197129 11607 net.cpp:765] Check failed: target_blobs.size() == source_layer.blobs_size() (5 vs. 3) Incompatible number of blobs for layer conv1_2norm

Here is the full log output if you need it. Gist

I am using the latest Caffe with cuDNNv5 on Ubuntu 16.04. Also, my Caffe is compiled from this PR for the cuDNNv5 support.

Update: I suppose that PR adds some breaking changes in the batch normalization (now, cuDNN do that) that raise this issue.

Update #2: I think, the issue in this change.

@richzhang
Copy link
Owner

Thanks for your interest in the code! Unfortunately, I'm not too sure what's going on. Perhaps consult with the caffe-users group for help.

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