STM32 MCUs Machine learning & AI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! How to use external Flash with STM32Cube.AI?

Hi,I have managed to program the STM32F746G-DISCO with a simple neural network but when I try to do it using the external Flash by using the option in advanced settings (External NOR Flash) it doesn't work. Any idea why? Is there anything else I need...

DPast.2 by Associate
  • 631 Views
  • 2 replies
  • 0 kudos

Resolved! How does the aiValidation in X-CUBE-AI run?

We are running X-CUBE-AI on an stm32F746 eval board (and a number of other stm32 eval boards). We are using version 7.1.0, 7.2.0, and 7.3.0, and using the generated source code for CubeIDE.We then pulse a GPIO whenever ai_mnetwork_run() runs, which w...

MChan.10 by Associate II
  • 440 Views
  • 2 replies
  • 0 kudos

Neural Network with Dynamic Input Size

We have created an LSTM model using Keras, and decreased its size to use it on our STM32F746G-Disco board. Our model can actually process dynamic size records. This means that, we do not need fix the size of the record. We could realize it on Google ...