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

The input graph doesn't have dim_value #77

Open
sufiaji opened this issue Jun 11, 2020 · 3 comments
Open

The input graph doesn't have dim_value #77

sufiaji opened this issue Jun 11, 2020 · 3 comments

Comments

@sufiaji
Copy link

sufiaji commented Jun 11, 2020

Hi,
Try to convert onnx to daq in Ubuntu but error thrown.

Screenshot from 2020-06-11 22-26-54

Then I tried to simplify onnx model in https://convertmodel.com/ but error persist. Please advise.
Thanks

@sufiaji
Copy link
Author

sufiaji commented Jun 11, 2020

Hi,
If I choose option Optimize, then model cannot be converted as below message. Please advise.

Screenshot from 2020-06-11 22-32-52

@sufiaji
Copy link
Author

sufiaji commented Jun 11, 2020

Hi,

I think the error is because I have 0 on dim_value. I edit my onnx model and regenerate new onnx. Now I have another error: Unsupported operator TreeEnsembleClassifier. Does this tools support Tree Ensemble Classifier?
Thanks

@daquexian
Copy link
Collaborator

Hi,

I think the error is because I have 0 on dim_value. I edit my onnx model and regenerate new onnx. Now I have another error: Unsupported operator TreeEnsembleClassifier. Does this tools support Tree Ensemble Classifier?
Thanks

Thanks for your issue. Unfortunately dnnlibrary does not support TreeEnsembleClassifier, which is a classic ML op and not supported by NNAPI.

However, I'll improve the error message when there is a 0 on dim_value :)

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