DNNLibrary icon indicating copy to clipboard operation
DNNLibrary copied to clipboard

The input graph doesn't have dim_value

Open sufiaji opened this issue 4 years ago • 3 comments

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 avatar Jun 11 '20 15:06 sufiaji

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 avatar Jun 11 '20 15:06 sufiaji

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

sufiaji avatar Jun 11 '20 16:06 sufiaji

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 :)

daquexian avatar Jun 13 '20 04:06 daquexian