Edge AI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Neural network implementation on STM32 via prompt and STM32 CubeIDE "TOOL ERROR: not enough values to unpack" (expected 4 got 3)

Hi,i'm trying to analyze a neural network on STM32CubeIDE. With this tool in analyze mode i've got an error message. So i tried to do the same using command line and the message error is: "TOOL ERROR: not enough values to unpack" (expected 4 got 3)We...

0693W00000APHuQQAX.jpg
GLong.2 by Associate
  • 628 Views
  • 1 replies
  • 1 kudos

Why X-CUBE-AI update From Local fails?

Hi, I wan't update X-CUBE-AI from 5.0.0 to 6.0.0 package in STM32CubeIDE 1.6.1 from local. So I've downloaded en.en.x-cube-ai-v6-0-0-windows.zip on my desktop. When I try to Load Froma Local the package "This file is either corrupted or not a recogni...

ASPIE.5 by Associate II
  • 554 Views
  • 0 replies
  • 0 kudos

Implementation of lambda layer

Hello I am trying to implement an RNN which contains a lambda layer. It works perfectly on keras but gives me an error in STM32CubeIDE I have read in the documentation that it should be possible to implement a lambda layer in the X-CUBE-AI 6.0.0 and ...

JMari.5 by Associate
  • 735 Views
  • 1 replies
  • 0 kudos

Resolved! Enabling X-Cube-AI in STM32CubeIDE project causes "undefined reference to `__wrap_malloc'" errors during compile.

Steps to reproduce:1.      Enable X-CUBE-AI core and add a network model.2.      Go back into main.c and setup the calls to feed and run the model with data.3.      Build the project.Upon build, produces the following errors:arm-none-eabi-gcc -o "NUC...

RFeist by Associate
  • 3263 Views
  • 9 replies
  • 0 kudos

How to generate the capsule network codes using cubemx.ai

I create a capsule layer for my capsule network, as follows.#A Capsule Implement with Pure Kerasclass Capsule(Layer):   def __init__...   def build(....):   def call(...): ...model = Model(...)model.compile(...)model.fit(...)model.save('***.h5')But ...

Swu.4 by Associate II
  • 457 Views
  • 0 replies
  • 0 kudos

X-Cube-AI and C++

Hey Community,did anyone run a X-Cube-AI project using C++ successfully?I get undefined reference errors when adding X-Cube-AI via CubeMX to my perfectly running cpp project in CubeIDE.steps to reproduce: create new project with cubemx, specified as...

FFrai.1 by Associate II
  • 891 Views
  • 2 replies
  • 1 kudos