Open sayannath opened 3 years ago
Looks like there is a version mismatch between the TensorFlow version you are using to convert and the tflite binary version.
I am using tf-nightly to build my model and convert my model into tflite file.
Please use tensorflow version 2.4.1 and follow this https://github.com/am15h/tflite_flutter_plugin/issues/101#issuecomment-821781506 to use flex delegate.
Sure will try that!
@sayannath Did it work?
I will try it asap
@sayannath Did it work?
I'm facing the same problem, it didn't work till now, is there is another fix?
Loading Model in Flutter
Conversion Code