Ask questions and find answers on how to deploy, debug, and optimize AI models on ST microcontrollers, microprocessors, and smart sensors.
Dear ST Engineer, Hello, I am doing sound classification (AER-CNN-KERAS) artificial intelligence, hardware STM32H743IIT6 (400M) external extension SDRAM (W9825G6KH-6) This is a 16-bit data width 32M bytes memory rate 100M After downloading the model ...
I want to know if I can use different features for different decision trees. I am using an LSM6DSOX. Since I can configure up to 8 decision trees, can I have each tree use different features, such as tree#1 using mean and variance, while tree#2 using...
I am trying to go through the Quick Start Guide and am able to successfully load the FP-AI-PREDMNT2.bin firmware on my STEVAL-STWINKT1B and have the ST BLE sensor app on my iPhone (version 4.14.6). I am able to connect to my board (although my board ...
I built the LSTM network with keras 2.6.0 and generated the MDK project with CubeAI 7.10. However, in running the program AIInit() reported an error with an error type of 33.Do you know what the problem is? Thank you very much!
I built the LSTM model using keras 2.3.1 and generated the MDK project with CubeAI 6.0. But the LSTM model cannot be validated and parsed. Do you have any examples of using LSTM? Thank you!
Hello all,Is it possible to create, inject data and perform the inference with just my STM32F4-DISCO without any connection with my PC (of course I must beforhand flash my model into my board). And how would you do it, I tried to integrate the code f...
Hi, I created my own model and tried to import it into the STM32L476 MCU.When I execute the ai_network_run( ) function, I got the hard fault interrupt.Here is the function below. ( I refered the code from here :https://wiki.st.com/stm32mcu/wiki/AI:Ho...
Hello Community,I am trying to integrate a deep neural network into the micro-controller with the help of STM32 Cube IDE. When I try to analyze the model I get the following errors attached as a screenshot. I have to enable the special operations whi...
Hello,I'm trying to send data and retrieve the output from my stm32f4-DISCO. I'm using a python based code and specifically stm_ai_runner. The code is rather simpler but I can't access the board because even runner.summary() doesn't work. My board is...