-
Notifications
You must be signed in to change notification settings - Fork 18.6k
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
upgrade_net_proto_binary segfaults #3750
Comments
This also happens when I try to load resnet in pycaffe:
|
I've confirmed this with |
FYI I checked out fe0f441 (the latest commit before the changes to input layers) and was able to load resnet without issue in pycaffe. Thanks for the prompt response! |
The caffemodel does not need input conversion and attempting to convert causes a crash. Fix BVLC#3750
@dieterichlawson check out #3751 to confirm the fix. |
convert inputs in legacy definitions (prototxt), but simply strip inputs from legacy weights (caffemodel). fix BVLC#3750
convert inputs in legacy definitions (prototxt), but simply strip inputs from legacy weights (caffemodel). fix BVLC#3750
convert inputs in legacy definitions (prototxt), but simply strip inputs from legacy weights (caffemodel). fix BVLC#3750
convert inputs in legacy definitions (prototxt), but simply strip inputs from legacy weights (caffemodel). fix BVLC#3750
convert inputs in legacy definitions (prototxt), but simply strip inputs from legacy weights (caffemodel). fix BVLC#3750
convert inputs in legacy definitions (prototxt), but simply strip inputs from legacy weights (caffemodel). fix BVLC#3750
convert inputs in legacy definitions (prototxt), but simply strip inputs from legacy weights (caffemodel). fix BVLC#3750
convert inputs in legacy definitions (prototxt), but simply strip inputs from legacy weights (caffemodel). fix BVLC#3750
convert inputs in legacy definitions (prototxt), but simply strip inputs from legacy weights (caffemodel). fix BVLC#3750
convert inputs in legacy definitions (prototxt), but simply strip inputs from legacy weights (caffemodel). fix BVLC#3750
Have you solved it? I have encountered the same problem as you. |
upgrade_net_proto_binary
segfaults when upgrading certain caffemodel files.Steps to reproduce:
tools/upgrade_net_proto_binary VGG_ILSVRC_16_layers.caffemodel vgg16.caffemodel
This was tested with most recent master.
The text was updated successfully, but these errors were encountered: