Questions tagged [tflm]
3 questions
0
votes
1 answer
tflite::MicroInterpreter::input returns a TfLiteTensor with data pointer set to nullptr
While running a simple TfLiteMicro inference model on a Linux/x64 machine I am running into segfaults when trying to set input tensor or reading from output tensor. To summarize:
I can see the input and output tensors get allocated, the tensor…

gstukelj
- 2,291
- 1
- 7
- 20
0
votes
0 answers
Deploying tensorflow RNN models (other than keras LSTM) to a microcontroller without unrolling the network?
Goal
I want to compare different types of RNN tflite-micro models, built using tensorflow, on a microcontroller based on their accuracy, model size and inference time. I have also created my own custom RNN cell that I want to compare with the LSTM…
0
votes
0 answers
Guru Meditation Error: Core 1 panic'ed (InstrFetchProhibited). Exception was unhandled
I am running micropython code from this repo tensorflow-micropython-examples. I print the mem info before invoking the interpreter interpreter.invoke()
GC: total: 4098240, used: 2251528, free: 1846712
No. of 1-blocks: 26462, 2-blocks: 99, max blk…

GILO
- 2,444
- 21
- 47