mocleiri / tensorflow-micropython-examples

A custom micropython firmware integrating tensorflow lite for microcontrollers and ulab to implement the tensorflow micro examples.
MIT License
170 stars 79 forks source link

Cannot build anymore #44

Closed uraich closed 2 years ago

uraich commented 2 years ago

I wanted to rebuild the MicroPython interpreter for the ESP32 from scratch, but I now fail with undefined reference to `tflite::MicroInterpreter::MicroInterpreter(tflite::Model const, tflite::MicroOpResolver const&, unsigned char, unsigned int, tflite::ErrorReporter, tflite::MicroResourceVariables, tflite::MicroProfiler*)' I think tflite has changed in the tensorflow repository

uraich commented 2 years ago

Sorry, don't know what I had done wrongly. I restarted from scratch and the interpreter now builds as it did before. Please forget the issue