You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: