Why the X-cube-AI and X-cube-touchgfx cannot be used at the same time?
Hello,What if I want to use touchfgx and ai at the same time?thanks
Hello,What if I want to use touchfgx and ai at the same time?thanks
Hey,If I understand correctly, when using the validation, it will use the upload dl model and c-model to run the inference and then calculate the L2, RMSE, metrics. So I am wondering what the compiler for this is? Thanks in advance!
I have created a project which uses the Nucleo-H7A3ZI-Q. When I build the project is completed successfully.I then add the software package CUBE-AI version 7.2.0 9 (validation selected) to the project. If I do not upload a network model, then I a war...
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...
X-CUBE-Ai offers ways to implement custom layers via a custom layer json file. The documentation is a little vague on what operations can be used in the "op" field. Concretely I would like to simply just skip some of the custom layers in my model, si...
I'm new to use STM32 boards. I have encountered problems when I try to deploy a pre-trained NN model on STM32L4R5ZI-P. When I have converted my NN model by using STM32cubeAI embedded in STM32cubeMX. It gives me a project folder. What should I use to ...
Hi all,I'm starting on AI and so I'm following the tutorial "Getting Started with STM32Cube.AI". After the first settings I see the message attached. Why?Any Helps?Thanks
I'm trying to deploy a machine learning model to an STM32H743ZIT6 through cube-ai extension. The model is in .tflite format. When I try to analyze the model this is the result:The tool states that the MCU has 512KB total available and the model excee...
"ImportError: cannot import name 'get_all_providers' from 'onnxruntime.capi._pybind_state' (C:\Users\Systemname\STM32Cube\Repository\Packs\STMicroelectronics\X-CUBE-AI\6.0.0\Utilities\windows\onnxruntime\capi\_pybind_state.pyc)"Please help me to solv...
Hi,I've some questions about validation on target, we meet some issues.Two ways are offer to do that, with or without automatic generate, compile, etc.1 - We tried the second method, and code generation stop due to not enough internal RAM. We are not...