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

how to use caffe model with ReverseLayer? #29

Closed
xinyu391 opened this issue May 8, 2019 · 1 comment
Closed

how to use caffe model with ReverseLayer? #29

xinyu391 opened this issue May 8, 2019 · 1 comment

Comments

@xinyu391
Copy link

xinyu391 commented May 8, 2019

I have one caffe model with Reverse layer.
official caffe doesn't include Reverse layer.
but there are some caffe branch has this layer.
when converting, crash happens:

text_format.cc:288] Error parsing text-format caffe.NetParameter: 344:17: Message type "caffe.LayerParameter" has no field named "reverse_param".
terminate called after throwing an instance of 'Error'
@jxt1234
Copy link
Collaborator

jxt1234 commented May 8, 2019

You can modified
tools/converter/source/caffe/caffe.proto

and regenerate schema

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

3 participants