CaptainDario
CaptainDario
@Moseco This is super useful, I encountered this today and this PR saved me from many hours of figuring out what's going on. @jeroen-meijer can you please take a look...
That's a bummer. Maybe you could ask this person again. tf.js now supports tf lite loading and it seems to be possible to compile TF Lite as a wasm module...
@Arna-Maity Could you post how you created the interpreter? I think you need to instantiate the interpreter in the isolate as the message indicates. `TfLiteGpuDelegate Invoke: GpuDelegate must run on...
I did it like this https://github.com/CaptainDario/DaKanji/blob/main/lib/widgets/dictionary/kanji_group_widget.dart#L78 Which results in smth like this 
@ash0080 I have a fix for this and will open a pull request soon.
@walsha2 I found a way to make it work and forgot to open the PR. I will take a look what I did and update here. But it is related...
@walsha2 take a look at [my fork](https://github.com/CaptainDario/DaKanji/blob/main/plugins/tflite_flutter_plugin/lib/src/bindings/dlib.dart). For MacOS you need to add the dynamic library in Xcode to your project's resources. This will lead to the library being available...
@Ucok23 I think without posting your code it is quite impossible to debug.
As mentioned in #100 one needs to build TF Lite for iOS from source to get the MetalDelegate working. However it is not possible for me to build TF Lite...
Maybe it would be nice to include that in the README too. Like: iOS * Download TensorFlowLiteC.framework (CPU inference only!). * If you want Metal Delegate support or want to...