Hello @qs202310,
Your issue here is that your model uses unsupported layers: FlexTensorListStack, WHILE, FlexTensorListReserve
The list of currently supported layers can be found here: https://stedgeai-dc.st.com/assets/embedded-docs/supported_ops_tflite.html
We are constantly improving our tools but for the moment, you need to manually modify your network if you can or use another model.
I think that the ST Edge AI core has been updated today, you can try to use the ST Dev cloud (Session - ST Edge AI Developer Cloud) and see it works, but I don't know if the layers that you need have been implemented.
Have a good day,
Julian