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: model input values are supposed to be between 0 and 2*pi #56

Closed mocleiri closed 2 years ago

mocleiri commented 2 years ago

Thanks to Uli Raich for this report and patch.

I am trying to understand the hello_world.py code. I thought that the input values to the model should be values between 0 and 2pi. When looking at your code however the input values are multiples of 2pi? image

I modified the hello_world.py program to get input values between 0 and 2*pi to get this: image