STM32 X-Cube-AI won't let me analyze the full integer quantized LSTM model
I have a LSTM model which was quantized using TensorFlowLite full integer quantization. After that, I wanted to try deploy the model on the SensorTile Box. I tried analyzing the model but it throws the following error:
[AI:network] NOT IMPLEMENTED: UNIDIRECTIONAL_SEQUENCE_LSTM with output type (SIGNED, 8 bit, C Size: 8 bits Scales: [0.007843137718737125] Zeros: [-1] Quantizer: UNIFORM) not supported
I would be really grateful for ideas or insights on how to solve this!
