flutter-tflite
flutter-tflite copied to clipboard
flutter: Error loading model: Invalid argument(s): Failed to lookup symbol 'TfLiteModelCreate': error code 127
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。
Hi @826327700 In which example do you get the error?
Hey @826327700 . Following this https://github.com/tensorflow/flutter-tflite/issues/152#issuecomment-1761232154 helped me resolve this issue.