X-CUBE-AI.3.4.0 This IP has no parameters to be configured.
hiMy STM32cubeMX version is 5.2.0X-CUBE-AI.3.4.0But when I follow the steps, I find the information as follows:So what should I do to make it OK?Br,Max.Su
hiMy STM32cubeMX version is 5.2.0X-CUBE-AI.3.4.0But when I follow the steps, I find the information as follows:So what should I do to make it OK?Br,Max.Su
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...
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...
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(...
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...
Hello community,I created a Makefile with CubeMX and the X-CUBE-AI software. When I try to compile the project with arm-none-eabi-gcc the linker cannot find network_runtime.a./usr/lib/gcc/arm-none-eabi/5.4.1/../../../arm-none-eabi/bin/ld: cannot find...
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 ...
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...
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.
Hi,