cancel
Showing results for 
Search instead for 
Did you mean: 

X-Cube-AI >> CNN+LSTM: NOT IMPLEMENTED: UNsupported layer types:...

qs202310
Associate II

Dear Sir/Madam,

I am trying to deploy a trained AI model (CNN+LSTM) to STM32F767. When I tried to analyse the TFlite file with the STM32CubeMX, it stopped and gave the following message: 

qs202310_0-1733808540868.png

Could you please help me sorting out this issue?

Thanks

 

QS

 

 

1 ACCEPTED SOLUTION

Accepted Solutions
Julian E.
ST Employee

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


In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.

View solution in original post

1 REPLY 1
Julian E.
ST Employee

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


In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.