Edge AI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 926 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
  • 870 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
  • 931 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
  • 748 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
  • 1582 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
  • 1072 Views
  • 3 replies
  • 2 kudos

CUBE-MX

Hi,

jayz by Associate
  • 882 Views
  • 1 replies
  • 1 kudos

Resolved! Activations may exeed the size of all SRAM segments

I am trying to deploy a pre-trained Mobilenet model using STMCubeMX.ai, but I am facing some issue that I want to report.Here the link of the projecthttps://github.com/alessandrocapotondi/mobilenet_stmcube_aiHere the model I am using:https://github.c...

0690X0000089fpeQAA.png
ACapo by Associate II
  • 1819 Views
  • 4 replies
  • 0 kudos

Tensorflow to STM32 AI

I am looking for a way to convert from Tensorflow trained models to STM32 AI, which the release blog entry makes me believe is possible. However, when looking at the tool, this doesn't appear to be an option. Is Keras the only Tensorflow related tool...

TReed by Associate
  • 788 Views
  • 1 replies
  • 0 kudos