flutter-tflite
flutter-tflite copied to clipboard
Can I use a TFLite model with LSTM
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.