TensorFlow version at tflite_flutter plugin
what is the version of tensorflow in tflite_flutter plugin, the interpreter at collab and kaggle successfully loads the tflite model and running the inference, but at the same time BUILTIN OPS FULLY-CONNECTED error pops at tflite_flutter. what is the workaround to this
https://github.com/tensorflow/flutter-tflite/blob/main/android/build.gradle#L64
2.11 for now.
any workaround for changing 2.11 to 2.17?, It will be helpfull
@padmanabanSampath you can fork this repo and set the version for android here For desktop platforms, you need to build the library yourself see here
i will try,thanks for your reply
did you succed? This seems to just change the version of the dart package but not of tensorflow
Actually I dont have time for this, I used ncnn, some native codes , and platform channels to achieve it.basically the error is if we use tf2.17 while converting , i wont work.If we downgrade to tf2.11 and convert , we can use this interpreter.