Skip to main content
HKili.16
Visitor II
January 2, 2019
Question

practical using path of the STM32Cube A.I

  • January 2, 2019
  • 1 reply
  • 1141 views

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

    This topic has been closed for replies.

    1 reply

    fauvarque.daniel
    ST Employee
    January 7, 2019

    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