Ask questions and find answers on how to deploy, debug, and optimize AI models on ST microcontrollers, microprocessors, and smart sensors.
Using X-CUBE-AI 6.0.0, trying to import a tflite model of a RNN network, with both dense and LSTM layers, this error is returned. I can't find any information on that. Is there something that can be done?Thank you very much
As the title states is the Tensorflow 2.7 support by X-Cube-AI?If not when is it going to and is there a workaround for implementing the 2.7's functionalities on previous versions?
Dear support-team,I've encountered quite some problems when loading a pre-trained Pytorch mobilenetv2 model in Xcube-AI. I have tried the following with the app stm32ai located in the installation repository of X-Cube-AI/7.0.0. torch fp32 --> onnx_fp...
I've followed the example on Embedded Inference Client API. However when I run the model I get the error code 23 and type 19 which is the AI_ERROR_CODE_INVALID_FORMAT.I've checked the type with the following code and both the input and output return ...
I've been working with the Cube AI package recently and I think it is amazing and has got soo much potential. I find for most ML it is done on a computer or cloud but STM has given us another approach that I think will work very well. My issue with C...
Hi,When I try to load the Validation Template from de .ioc inside the IDE or from CubeMX the software gets stuck.A small window which says "Please wait, configuring [...]" appears and dissapears. After some minutes, an out of memory error occurs.The ...
Hi,I am using Stm32cubeide for creating a tinyml project for sinewave-tensorflow example. For this I used xubeAI software manager and loaded my tflite file with stm32Ai runtime.In the main file I am facing issue when I run the following initialisatio...