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

Try to run tflm python tests using micropython unix port #94

Open mocleiri opened 1 year ago

mocleiri commented 1 year ago

On June 3, 2022 https://github.com/tensorflow/tflite-micro/pull/1147 was merged into the upstream tflm repository. It added a C Python wrapper for running tflm in unix.

As part of this it also added some unit tests.

Let's see if we can get the unix port to also run and pass these tests.