2019-01-02 11:34 AM
Hello,
My name is Huseyin Kilic.i want to use STM32Cube A.I. I have obtained various documents. I already installed STM32Cube with the A.I extension. Now I would like to use an ultrasonic sensor for it. Currently I am running Tensorflow. How do I have to import the measured data into Tensorflow, so that I can train the neural network?
How do I create a model data set for STM32Cube via Tensorflow and then import it into my microcontroller?. Because STM32Cube A.I needs a model...
3. do you have any documents or examples on how to do this?
Best regards,
Hüseyin Kilic
2019-01-07 05:51 AM
Currently the code generator supports models written with Keras, Lasagne, Caffe or ConvNetJS frameworks.
You'll need to convert your tensorflow model into one of the supported models (likely Keras) to be able to generate code for you microcontroller.
Regards
Daniel