Question/Issue: Hello, my spectrogram classification model works fine on the Edge Impulse web page. However, when I download the c++ library and build it, or when I deploy it on my arduino 33 BLE sense it won’t work. It prints the wrong classification. I had this same problem months ago and you fixed it, maybe the fix got deleted on an update?
As you use 3 spectrogram blocks it may be linked to how you fill the features array. Could you share your main code that includes how you use this buffer?