2023-07-24 12:48 AM
Hi,
I’m currently trying to upload the following LSTM model into a STM32L476RG via X-CUBE-AI
Uploading the Keras .h5 model works well, however when I try to upload the TensorFlow Lite converted version of the same model, I get the following prompt:
Any ideas about how to solve this problem?
Some information about my setup:
STM32CubeMx version: 6.8.0
X-CUBE-AI version: 8.1.0
TensorFlow version: 2.10.0
Thank you very much.
2023-09-05 04:07 AM
Hi,
I have the same issue with a similar LSTM model. Did you solve it?