Jannick
Results
2
comments of
Jannick
After trying many combinations of Python- and library versions, the problem seems to start from **TensorFlow 2.16.0**. The combinations Python 3.10.x and 3.11.x with TensorFlow 2.15.0 and 2.15.1 do produce...
@choas Thanks for the reply and suggested fix! I hadn't spotted that change yet, but it explains a lot. The updated code should then include (snippet from LSTM example [`train.py`](https://github.com/tensorflow/tflite-micro/blob/main/tensorflow/lite/micro/examples/mnist_lstm/train.py)):...