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

Unsupported operator LRN #16

Closed
greg308 opened this issue Dec 11, 2018 · 1 comment
Closed

Unsupported operator LRN #16

greg308 opened this issue Dec 11, 2018 · 1 comment

Comments

@greg308
Copy link

greg308 commented Dec 11, 2018

Hi. I'm attempting to convert the blvc_googlenet model, but found an unsupported operator. Do you mind fixing this? Thanks.

Model could be found here: https://github.com/onnx/models/tree/master/bvlc_googlenet

./tools/onnx2daq/onnx2daq bvlc_googlenet.onnx bvlc_googlenet.daq
I1211 16:30:49.410192 14595 OnnxConverter.cpp:193] Node 
I1211 16:30:49.410250 14595 OnnxConverter.cpp:195] Start converting Conv
I1211 16:30:49.410262 14595 OnnxConverter.cpp:112] Vanilla conv
I1211 16:30:49.410290 14595 OnnxConverter.cpp:220] Converting Conv completed
I1211 16:30:49.410295 14595 OnnxConverter.cpp:193] Node 
I1211 16:30:49.410297 14595 OnnxConverter.cpp:272] Start converting Relu
I1211 16:30:49.410301 14595 OnnxConverter.cpp:279] Converting Relu completed
I1211 16:30:49.410305 14595 OnnxConverter.cpp:193] Node 
I1211 16:30:49.410307 14595 OnnxConverter.cpp:222] Start converting Pool
I1211 16:30:49.410315 14595 OnnxConverter.cpp:270] Converting Pool completed
I1211 16:30:49.410320 14595 OnnxConverter.cpp:193] Node 
terminate called after throwing an instance of 'std::invalid_argument'
  what():  Unsupported operator LRN
Aborted (core dumped)
@daquexian
Copy link
Collaborator

Hi :) Thanks for your issue. I will support it when I have time

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