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

Resolved! application template auto generated code problem

I've a problem with the generation of the code for the application template. Following the steps, i've generate a blank code, but there's a weird problem, maybe something about linker.In fact looking in Middlewares/ST/AI/AI/src/network.c there are a ...

0690X000008aHpfQAE.png
Gzini.6 by Associate II
  • 932 Views
  • 2 replies
  • 1 kudos

LSM6DSOX - Unico feature computation for machine learning

Hi,I am trying to use the Machine Learning Core in the LSM6DSOX sensor. I collected some test data, computed the features using the Unico GUI, but the zero-crossing values don't seem right. I did my own computations with MATLAB and all the other feat...

Nucleo-F722ZE CUBEMX: Artificial Intelligence.

Hi, I am using a Nucleo-F722ZE board and trying two different applications of AI generated by STMCubeMX.So, I have made a simple validation project using a CNN model which was generated, built, and flashed correctly to the board. However, when I trie...

AMetw by Associate II
  • 1109 Views
  • 4 replies
  • 0 kudos

NOT IMPLEMENTED: Unsupported layer type: Embedding

I have made a model for imdb dataset in keras that looks like:model = Sequential() model.add(Embedding(known_words_num, word_vector_dim)) model.add(GRU(word_vector_dim, dropout=0.2)) model.add(Dense(1)) model.add(Activation('sigmoid')) model.compile(...

LQife by Associate
  • 1003 Views
  • 0 replies
  • 0 kudos

Does X-CUBE-AI supports the ARM Compiler 6.12?

Hello,I am using CubeMX 5.1.0 with the X-CUBE-AI 3.4 package. It works really fine with Atollic TrueStudio and the GCC. However, the perfomance / runtime of our algorithm is not satisfactory, so that we would like to use the ARM Compiler 6.12 to look...

Simon86 by Associate II
  • 1090 Views
  • 0 replies
  • 0 kudos

HK Fair Schedule for ST booth (SMART Living)

Hello. I will be attending the electronic fairs in April in HK and noted that ST has a booth for AI (SMART Living). Are there presentations that we can attend for AI? If yes, what is the schedule? Otherwise, will drop by for a quick chat. Thanks and ...

Mon2 by Senior III
  • 932 Views
  • 2 replies
  • 0 kudos

Resolved! Validation failed

I generated my code (HAR model) and could validate the process with random numbers. But, when I want to validate with my custom data, there is an ''VALIDATION FAILED'' error. please find the attachment contain the error and my csv test file. The file...

spark by Associate II
  • 1827 Views
  • 1 replies
  • 0 kudos

How to train the neural network based on environmental sound?

I want to create an application to train the neural network based on environmental sound.Can you please give me a higher level idea how to train the neural network on any platform and generate the model.

jayz by Associate
  • 1383 Views
  • 3 replies
  • 2 kudos