Associate
February 18, 2020
Question
INTERNAL ERROR: tuple index out of range for simple tflite model
- February 18, 2020
- 2 replies
- 881 views
Dear STM Community,
I am trying to deploy a simple tflite model on my STM32, but I can't get through the analyze step. The model is intended to get a Nx42 matrix (dynamic size), perform some multiplications and additions, and return a fixed size vector with extracted features such as min, max, and mean vaules. The tflite model runs on computer without any problem.
The error I get is the following:
INTERNAL ERROR: tuple index out of range
I also tried to create a keras model of it with a custom layer, but for understandable reasons it is not working either.
I attach the tflite file, maybe it will help.
Thanks,
Daniel
