mocleiri / tensorflow-micropython-examples

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

Change tensorflow submodule to source from new tensorflow micro repo #12

Closed mocleiri closed 3 years ago

mocleiri commented 3 years ago

Tensorflow lite micro broke out from the main tensorflow repository and is now located at: https://github.com/tensorflow/tflite-micro

Change the tensorflow submodule to refer to the code at the repo.