Ask questions and find answers on how to deploy, debug, and optimize AI models on ST microcontrollers, microprocessors, and smart sensors.
I am using the model from the posted page (model.5h). It's a Keras model. When i try to analyze it i get error: Analysis status: error.Validation metrics: No data to display, please perform a validation first.It happens with a single model which i tr...
I tried Cube AI like youtube https://youtu.be/grgNXdkmzzQ. But I got some difficulties.I use Cube MX 5.0.1,Cube AI 3.3.0.1. Invalid Network Error In mcu selection, I selected Github Model file and pushed analyze button in the funtion item. Then I g...
Hello,I created my model using Colab and saved it as .tflite (tensorflow version is 2.8.2)I want to use STM32H743AII.However, when I analyze it using XCube.AI I got the error below: [AI:network] Neural Network Tools for STM32AI v1.6.0 (STM.ai v7.1.0-...
Hi,I'm trying to import a .h5 model generated by an online AI platform in X-CUBE-AI.7.1.0, receiving the error:E010(InvalidModelError): Model saved with Keras 2.7.0 but <= 2.6.0 is supportedWill there be any support on this version? Is there any work...
Hello,I'm a newcomer in the STM32 machine learning world and I tried to make a AI model work on my STM32F429I-DISCO. Unfortunately the "Validate on target" option does not work... Errors are E200 and E801. Here is my thought process :Iinstall a ftdi ...
Hi, I created my own model and saved it as .h5.However, when I analysed I got the error below. E010(InvalidModelError): Couldn't load Keras model D:\motion.h5,E010(InvalidModelError): Model saved with Keras 2.9.0 but <= 2.6.0 is supportedDo you have ...
Hi STM community,Is anyone here familiar with adding the CMSIS-NN functions in a source code in STM32CubeIDE ?If you are, could you please point me to or provide me with the proper steps to do so ?As I am facing compile error "undefined reference to ...
The "validate on target" option doesn't work and I was wondering if it was possible to work around the problem by sending some data manually. I thanks you in advance.