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

Missing layers when converting from .caffemodel to .onnx #20

Open
infinityp913 opened this issue Aug 18, 2020 · 0 comments
Open

Missing layers when converting from .caffemodel to .onnx #20

infinityp913 opened this issue Aug 18, 2020 · 0 comments

Comments

@infinityp913
Copy link

infinityp913 commented Aug 18, 2020

Input: .prototxt file, .caffemodel file

Output: .onnx file

Problem

The caffemodel file has certain layers like, "Silence", "Slice" , "Split" layers (that are defined in caffe.proto so not custom layers) which don't show up in the converted onnx file.

Is it because Silence, Slice and Split aren't among the supported operators? But, Eltwise layers are also missing even though it's listed as a supported operator.

If I wanted to add support for those layers, could someone brief me how I should do that?

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

1 participant