When I use multiple networks in one program, I get the following errorAI platform (API 1.1.0 - RUNTIME 8.1.0)Discovering the network(s)...Found network "network_fe"Creating the network "network_fe"..Initializing the networkE: AI error (ai_mnetwork_in...
STM32 CubeAI v1.7.0 (STM.ai v8.0.0-19389)error: list index out of rangeThis is a model created and transformed using pytorchIs the model too big?
Hello, I have recently discovered the cube.AI developer cloud tool and was trying to test it out. For that purpose i have created a small CNN based Auto Encoder neural network; I have created, trained and validated the network with PyTorch, then save...
Hi,I’m currently trying to upload the following LSTM model into a STM32L476RG via X-CUBE-AIUploading the Keras .h5 model works well, however when I try to upload the TensorFlow Lite converted version of the same model, I get the following prompt:Any ...
Hi, is there any methods to increase the FPS and decrease the inference time of image classification model on STM32H747I-DISCO board? Currently, my FPS is 1.6 and inference is 626ms. I am trying to do this project: https://wiki.st.com/stm32mcu/wiki/A...
Hello,I'm using X-CUBE-AI to implement an ONNX model on a STM32H757I board.In particular, the ONNX model is a PyTorch model that has been exported using the onnx library offered by the pyTorch framework.The analysis procedure fails and reports the fo...
Hello,So far I've been using NN C-files generation and everything works fine. At the moment I'm migrating to a relocatable binary model. At the moment I'm in generation step and for this I've basically added --relocatable and --lib "C:/tools/X-CUBE-A...
I have been able to follow all instructions on the ModelZoo Github page (https://github.com/STMicroelectronics/stm32ai-modelzoo) to successfully download the repository and download all requirements. However, I am getting 2 different errors when I ru...
Hi,Is it possible to get/study the source code of NetworkRuntime810_CM4_gcc.a? This library is added when X-CUBE-AI is used in CubeMX. I'd like to debug 'ai_platform_network_create' routine.