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

caffe.layerparameter has no field named norm_param #1023

Open
wzf19947 opened this issue Jul 29, 2020 · 1 comment
Open

caffe.layerparameter has no field named norm_param #1023

wzf19947 opened this issue Jul 29, 2020 · 1 comment

Comments

@wzf19947
Copy link

Hi, I'm doing model translation ,when I importing the SSD caffemodel and prototxt, it comes this problem, and when I delete the norm_param , it comes "no field named prior_box_param", I don't know what to do ,help me ,please~

@WeiYu021
Copy link

WeiYu021 commented Oct 1, 2022

you should use the caffe of the github project, not your origin caffe in /usr/bin/pythonx, please check where you import caffe, because the protobuf of origin caffe may not have norm_param, etc. And use sys.insert to insert /caffe/python in your own python file. I hope it will help you.

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