2025-12-11 2:09 AM
Hello
I'm considering running an LSTM(RNN-based model) model file, on the STN32N657 NPU.
However, I understand that the NPU is CNN-based and therefore cannot run on it.
Is there a way to run an LSTM model file on the NPU?
I understand that theoretically, it's possible to convert an LSTM to a 1D CNN or TCN.
Has anyone converted an LSTM model to a 1D CNN or TCN and tested it on the NPU?
Is there an example file available?
Thank you.