flutter-tflite icon indicating copy to clipboard operation
flutter-tflite copied to clipboard

Can I use a TFLite model with LSTM

Open coding-manuel opened this issue 1 year ago • 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?

coding-manuel avatar Sep 02 '24 06:09 coding-manuel

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.

sn0rkmaiden avatar Jan 26 '25 19:01 sn0rkmaiden