SheenaF.

Results 5 issues of SheenaF.

Hi, I'm trying to use your library for TinyML in the Arduino Uno. I have a pre-trained autoencoder model with multiple biases per layer. Do you have an example on...

enhancement
Feature request

Hi, would you know if there is a way to implement RNN in TFLite micro? I use LSTM for time series prediction but I have this error. `Only 1 subgraph...

Hi! I'm trying to upload a TFLite model that uses autoencoder with tanh activation function in the layers but I get the following errors when uploading ``` Start GetModel done...

Hi, is an autoencoder layer with Dense layers supported by emlearn? I am thinking it's the same as an MLP implementation but I am getting errors when trying to convert...

enhancement

Hi, I'm trying to implement a multivariate time series prediction model using LSTM, and an anomaly detection model using autoencoders. I have successfully converted them to a TFLite version and...