tensorflow / flutter-tflite

Apache License 2.0
558 stars 131 forks source link

TensorFlow version at tflite_flutter plugin #260

Open padmanabanSampath opened 3 weeks ago

padmanabanSampath commented 3 weeks ago

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

PaulTR commented 3 weeks ago

https://github.com/tensorflow/flutter-tflite/blob/main/android/build.gradle#L64

2.11 for now.

padmanabanSampath commented 3 weeks ago

any workaround for changing 2.11 to 2.17?, It will be helpfull

CaptainDario commented 1 week ago

@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

padmanabanSampath commented 1 week ago

i will try,thanks for your reply