tensorflow/flutter-tflite

Can I use a TFLite model with LSTM

coding-manuel opened this issue · 1 comments

I have a TFLite model made with tensorflow LSTM, whenever I try to load the model in flutter it returns an error, but works in python TFLite interpreter.

Is LSTM supported in flutter-tflite?

Hello, @coding-manuel ! Have you figured out how to use LSTM model? I tried using GRU model converted to tflite and was able to run an inference on it.