Can I use a TFLite model with LSTM
coding-manuel opened this issue · 1 comments
coding-manuel commented
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?
sn0rkmaiden commented
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.