flutter-tflite icon indicating copy to clipboard operation
flutter-tflite copied to clipboard

flutter: Error loading model: Invalid argument(s): Failed to lookup symbol 'TfLiteModelCreate': error code 127

Open 826327700 opened this issue 1 year ago • 2 comments

flutter: Error loading model: Invalid argument(s): Failed to lookup symbol 'TfLiteModelCreate': error code 127 when run

var interpreter = await Interpreter.fromAsset('lib/assets/1.tflite');

platform:windows 11。

It's strange that I can run normally on macos。

826327700 avatar Dec 28 '23 13:12 826327700

Hi @826327700 In which example do you get the error?

ghost avatar Jan 03 '24 07:01 ghost

Hey @826327700 . Following this https://github.com/tensorflow/flutter-tflite/issues/152#issuecomment-1761232154 helped me resolve this issue.

robinduerhager avatar Jan 05 '24 14:01 robinduerhager