Failed to run classifier on ESP32-S3

Hi there,

I tried to deploy impulses on the ESP32-S3-WROOM-1 using arudino IDE and I get the same error every time.
Starting inferencing in 2 seconds…
Sampling…
ERR: Would write outside feature buffer
ERR: Failed to run classifier (-5)

I tried to increase the EI_CLASSIFIER_NN_INPUT_FRAME_SIZE but with no result. I think the problem is somewhere else.

Project ID: 679339

Thank you

1 Like

Hi @kai0706

Can you share a screenshot of your Impulse configuration?

I guess that perhaps the window size is set too large and causes a OOM issue. Try lowering the window size.

Best

Eoin