mocleiri / tensorflow-micropython-examples

A custom micropython firmware integrating tensorflow lite for microcontrollers and ulab to implement the tensorflow micro examples.
MIT License
170 stars 79 forks source link

the layers of model the MicroPython supported #128

Open minnyqiu opened 9 months ago

minnyqiu commented 9 months ago

I would like to know the layers of model which the MicroPython firmware supported, as I changed my model, which uses LSTM in it, the inference program on ESP32 doesn't work anymore.

The error message is "Failed to resize buffer. Requested: 25344, available 6480, missing: 18864 AllocateTensors() failed!"

Also, the Model Architecture in the Person Detection Example cannot see it clearly, cloud please upload a clearer one?