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

hello-world: Change model input values to be between 0 and 2*pi #57

Closed mocleiri closed 2 years ago

mocleiri commented 2 years ago

Thanks to Uli Raich for the report and patch to fix the input values.

This will Fix #56.