Edge AI

Ask questions and find answers on how to deploy, debug, and optimize AI models on ST microcontrollers, microprocessors, and smart sensors.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

After Configuring My Artificial Intelligence Network Using stm32cubeide for Nucleo-144 STM32H745 and then running build, "error: invalid initializer" is Received

Hello,I have created an Artificial intelligence project to be implemented on Nucleo-144 (stm32h745) board. The stm32cubeide created a set of related source and header files all grouped in the X-CUBE-AI folder.I defined variables in my main.c followin...

M.Saleh by Associate II
  • 1321 Views
  • 1 replies
  • 1 kudos

STM32H735g-dk, "validate on target" step's error.

Hi, it seems to be a common error in STM32 devices. It happens when I try to validate on target after analyze the model. I tried to fix it according to the answers in community. But those solutions given in community or other websites doesn't help. A...

0693W00000Nqn06QAB.png

Analyze is failing with keras(.h5) model and throwing INTERNAL ERROR: The layer has never been called and thus has no defined input shape.

I have a model file(.h5) and Analyze is failing with keras(.h5) model at STMCubeMX and throwing INTERNAL ERROR: The layer has never been called and thus has no defined input shape.Need help in understanding the issue and resolution for the same.My mo...

Umahe.1 by Associate II
  • 732 Views
  • 0 replies
  • 0 kudos

Analyze is failing and got error as NOT IMPLEMENTED: Transpose of batch not supported Got the above error while analyzing the tfltie model in STMCubeMX

I have an AI model that detects the human activity and saved the model in .h5 format and converted it into .tflite image. When I upload the image into STMCubeMX and analyze the model, analyze is failing and showing as NOT IMPLEMENTED: Transpose of ba...

Umahe.1 by Associate II
  • 1087 Views
  • 4 replies
  • 0 kudos

Resolved! STM32H747-Discovery Board

Hi, am using STM32H747- Discovery board. FP-AI-VISION1 function pack which is already running in that board. Now I want use that board in PicoVoice. Am not able to connect the device in Picovoice. Am not able to upload the firmware. I tried installed...

Neural Network with Dynamic Input Size

We have created an LSTM model using Keras, and decreased its size to use it on our STM32F746G-Disco board. Our model can actually process dynamic size records. This means that, we do not need fix the size of the record. We could realize it on Google ...

Resolved! Use External Flash (QSPI) for CubeAI weights

Hi all,I would like to ask if there is a suggested procedure to move the network weights, the one generated inside network_data.h, to external memory-mapped QSPI FLASH. I've already moved both input/output data and activation to external SRAM, but I'...

Raggio by Associate III
  • 1563 Views
  • 3 replies
  • 0 kudos