cancel
Showing results for 
Search instead for 
Did you mean: 

practical using path of the STM32Cube A.I

HKili.16
Associate

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

1 REPLY 1
fauvarque.daniel
ST Employee

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


In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.