2026-02-06 4:08 PM
Hi,
I followed the guide at the following link:
and I've run an example gently posted here that is similar (the link was posted on the comments of the guide):
https://github.com/YousefDessouki/STM32_N6_NuceloBoardwithNPU.git
When I run the model posted on github on my Nucleo it's all fine and it will print output results on PuTTY console.
However, when I try to change the neural network with one of those used for speech enhancement posted at the following link:
(I need to run a speech enhancement model for a project mandatorily), when the whole code is flashed on the board, the console won't print results anymore.
It's so frustrating because it's a problem that I've tried to solve for a week without results
The code used for the modified project is uploaded here