Is there any example of a CNN used in CubeIDE?
Is there any example of a CNN used in CubeIDE? Let me explain better, among the various video tutorials on the ST website and on youtube the demonstrations end with the loading of the neural network and their validation through the functions made available by the IDE.
I need to understand how to manage the network call then inside main.c. On the web I found only one example of how a mono-input and mono-output neural network can be applied, but everything becomes more complicated now that I have to implement a CNN that has a two-dimensional array (spectrogram) at the input.
Can anyone point me to an example or tutorial to follow?
