Could you train the model on STM32L4?
Hello, Hope you are staying safe&well. I wanted to ask if I can train the model with new data on the STM32 chip rather on python? Thank you Hanya
Ask questions and find answers on how to deploy, debug, and optimize AI models on ST microcontrollers, microprocessors, and smart sensors.
Hello, Hope you are staying safe&well. I wanted to ask if I can train the model with new data on the STM32 chip rather on python? Thank you Hanya
I confronted an error "TOOL ERROR: (1, 4, 12, 10) is not a permutation for (2, 0, 1)"It seems there's some issues with handling the model structure. But I can't figure it out.The model perfectly works on python and the structure is not so different ...
I have linux server WITHOUT GUIs. How can I install CubeAI-CLI on that. The idea is to generate files form Keras model with a python script.
Hi,I am using STM32F769I-DISCO. I want to make a system that can recognize different sounds with an already built AI model.I found a document that has an MCU process.I am new to these things so I hope to get some information about:How to stream data ...
Hello, When I upload my keras model, I get this error. But the point is I need Keras 2.4, Is there a newer version of X-CUBE-AI that supports it? Thank you!
Hello Team,Which specific ST board to used for AI Appplications or AI product development.I have stm32h7b3-dk or Nucleo-F401RE board , which boards supports running a Machine learning model,Please do let me know.
Trying to start with STM32 and AI. Ubuntu 19.04 STM32Cube.MX 5.3.0 with STM32Cube.AI installed. ,STM32CubeMX IDE 1.0.1. Using an STM32F411CEU6 (8x compression). Following this example"Getting Started with STM32Cube.AI" but using the STM32 Toolchain (...
STM32 AI: Not able to run the example Apps in ST BLE Sensor App, Tried to play the Apps but couldn't run any apps. Have attached the picture of the example Apps which I couldn;t play as per the ST BLE Sensor App.
I receive the following error when I try to load a model I created with Keras: INVALID MODEL: Couldn't load Keras model, error: Model saved with Keras 2.4.0 but <= 2.3.1 is supportedAs you can see in attached screenshot I'm working with a python virt...
the model I have bulit:the config of my project:only use cubemx.ai for Application Template,without any other config in my projectin keil project, run the model and see the output in debug window, I find it's all -NaN:in earlier experiment, when I u...