LSTM on Micro-Controller

Here is a project that i just completed. Inspiration from the TinyML class and Pete Warden’s codes. I built a new model from scratch that works well for this application. But i have one question. Can you run LSTM layers on micro-controller. I am hoping to expand this project that i just completed with LSTM or GRU layers. Is there an available literature or paper that can help with the LSTM implentation on edge devices

2 Likes

Cool, and to answer your question about LSTMs… no we can’t run LSTMs or GRU layers net in TFLM.