am15h / tflite_flutter_plugin

TensorFlow Lite Flutter Plugin
https://pub.dev/packages/tflite_flutter
Apache License 2.0
508 stars 353 forks source link

I am a novice . Ask for help #97

Closed tenutos closed 3 years ago

tenutos commented 3 years ago
  1. Does it Support Transfer learning ? I want to achieve an effect similar to teachablemachine .

  2. Can the model be directly trained on the mobile terminal?

Sorry for the delay, thank you!

tenutos commented 3 years ago

Also, I use flutter master version above 2.0, and I can’t use this library because of the ffi version.

mlopez0 commented 3 years ago

Also, I use flutter master version above 2.0, and I can’t use this library because of the ffi version.

Can you provide more information about this? I'm running Flutter 2.0.1 and it works perfectly.

am15h commented 3 years ago

Hi @tenutos, the package started supporting Flutter 2 with v0.6.0, the null-safety versions of both tflite_flutter and tflite_flutter_helper have also been released recently.

Does it Support Transfer learning ? I want to achieve an effect similar to teachablemachine .

Can you elaborate more on your use-case?

Can the model be directly trained on the mobile terminal?

No, this isn't supported with TensorflowLite yet.

am15h commented 3 years ago

Closing this due to inactivity, please feel free to re-open.