ARM-software / armnn

Arm NN ML Software. The code here is a read-only mirror of https://review.mlplatform.org/admin/repos/ml/armnn
https://developer.arm.com/products/processors/machine-learning/arm-nn
MIT License
1.14k stars 307 forks source link

StridedSliceQueueDescriptor: Tensor type is not supported #663

Closed MrSherish closed 1 year ago

MrSherish commented 2 years ago

TFLite versions: checked both 2.5 and 2.7 ArmNN: 22.05 (using TFLite delegate) Arch: 32-bit armv7 Backend: CpuAcc

terminating with uncaught exception of type armnn::Exception: TfLiteArmnnDelegate: Exception (TfLiteArmnnDelegate: Network could not be loaded:An error occurred when preparing the network workloads:  StridedSliceQueueDescriptor:  Tensor type is not supported.) caught from LoadNetwork.
/buildbot/src/android/ndk-release-r21/external/libcxx/../../external/libcxxabi/src/abort_message.cpp:72: abort_message: assertion "terminating with uncaught exception of type armnn::Exception: TfLiteArmnnDelegate: Exception (TfLiteArmnnDelegate: Network could not be loaded:An error occurred when preparing the network workloads:  StridedSliceQueueDescriptor:  Tensor type is not supported.) caught from LoadNetwork." failed

This doesn't happen with CpuRef when I test it on x86_64 desktop (but the output is gibberish).

ArmRyan commented 1 year ago

Hi @MrSherish ,

Is it possible to share the model so that I could see what sort of tensor is being used? Are you also using ACL 22.05 in conjuction with ArmNN?

keidav01 commented 1 year ago

Hi @MrSherish, do you still need help with this? Would it be possible to provide the model as per Ryan's request?

I will close this ticket at the end of the week if I do not hear back from you. Thank you, Keith