VX Delegate issue - WARNING: Fallback unsupported op 32 to TfLite

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

VX Delegate issue - WARNING: Fallback unsupported op 32 to TfLite

跳至解决方案
2,891 次查看
dpcivl
Contributor III

Hello. I'm doing my toy project with i.MX 8M PLUS evk board.

I'm in trouble executing my python file which runs object detection on vx delegate.

As I used vx delegate, the following message came up.

"WARNING: Fallback unsupported op 32 to TfLite"

 

Please tell me what I should do solve this problem.

Should I fix the model? or python code? I don't know at all.

I want to run my program on vx delegate. (with no using CPU)

 

Here is chunk of logs when I run my python code.

//

Vx delegate: allowed_cache_mode set to 0.
Vx delegate: device num set to 0.
Vx delegate: allowed_builtin_code set to 0.
Vx delegate: error_during_init set to 0.
Vx delegate: error_during_prepare set to 0.
Vx delegate: error_during_invoke set to 0.
WARNING: Fallback unsupported op 32 to TfLite
INFO: Created TensorFlow Lite XNNPACK delegate for CPU.

//

0 项奖励
回复
1 解答
2,873 次查看
Zhiming_Liu
NXP TechSupport
NXP TechSupport
0 项奖励
回复
2 回复数
2,610 次查看
Mohan51
Contributor II

Hi @dpcivl  have you able to build Vx delegate successfully, I am trying to build Vx delegate but unable to build it by following the official NXP IMX-machine-learning-UG. if you have any sources could you please attach here then i can reference the same for building the Vx delegate.and my os is  Linux

0 项奖励
回复
2,874 次查看
Zhiming_Liu
NXP TechSupport
NXP TechSupport

You need make uint8/int8 quantization with eIQ tool or yourself tool.

https://www.nxp.com/design/software/eiq-ml-development-environment/eiq-toolkit-for-end-to-end-model-...

0 项奖励
回复