-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[Bug]: Supported precisions set is not available for Convert operation. #27764
Comments
@starlitsky2010 Hi! Thank you for the reporting issue! The error message shows that the exception has been thrown from the Graph Compiler "Snippets".
I believe it should help to temporary fix the problem. @chenhu-wang May I ask you to take a look please at the exception in Snippets? Looks like |
@starlitsky2010 ,Could you please provide the CPU info you used and full command line to reproduce. I see you set layout but not full displayed in the pic? Thanks! |
Hi @starlitsky2010, I can not reproduce locally. Anyway I analyzed the code and error message, identified possibility that report the error. Could you please try below PR if fix you issue. If not, could please provide detailed info: the host machine and OS you build binary, target machine you run app, the full command line? |
@starlitsky2010 do you have an update for us? Have you tried the PR listed by chenhu-wang and has your issue been resolved? |
@avitial and @chenhu-wang Just use the commands below, the issue has been resolved.
|
OpenVINO Version
Master
Operating System
Android System
Device used for inference
CPU
Framework
ONNX
Model used
mobelinet-v3-tf
Issue description
LD_LIBRARY_PATH=/data/local/tmp ./data/local/tmp/benchmark_app -d CPU -m /data/local/tmp/mobelinet-v3-tf/v3-small_224_1.0_float.xml -hint throughput
Step-by-step reproduction
According to https://github.com/openvinotoolkit/openvino/blob/master/docs/dev/build_android.md I built the android ONNX with ABI x86_64 and enable the benchmark_app compilation with latest version OpenVINO master baseline (commit ID 287ab98)
But when I try mobelinet-v3-tf example mentioned in the official document above, the error occurs.
Could OpenVINO guys give some tips about it?
Relevant log output
The text was updated successfully, but these errors were encountered: