-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Convert onnx model err #9
Comments
OK, get it. NOW not support for converting Prelu in ONNX model,will be added later! (Appreciate that You contribute to this work 😊) |
Hi @nullian , |
PRELU OP not supported when cvting from TFLITE model |
I hava compiled the mnn converter successful. When i convert a onnx model to mnn use :
./MNNConvert -f ONNX --modelFile mobilefacenet.onnx --MNNModel mobilefacenet.mnn --bizCode MNN
and i face this error:
MNNConverter Version: 0.0.0.1 - MNN @ 2018
Start to Convert Other Model Format To MNN Model...
[09:36:17] /home/yuanhao/osc/MNN/tools/converter/source/onnx/onnxConverter.cpp:29: ONNX Model ir version: 3
terminate called after throwing an instance of 'Error'
what(): [09:36:17] /home/yuanhao/osc/MNN/tools/converter/source/onnx/onnxConverter.cpp:83: Check failed: opConverter ==> MNN Converter NOT_SUPPORTED_OP: [ PRelu ]
Aborted (core dumped)
How can i solve this problem, thanks!
The text was updated successfully, but these errors were encountered: