Hello all,
I’m trying to deploy a custom NN model for img_class use case on MPS3 board and I ran into the following error.
INFO - Allocating tensors
Arena size is too small for all buffers. Needed 2430048 but only 1950208 was available.
[ERROR] allocateTensors() failed
If I set -Dimg_ACTIVATION_BUF_SZ
anything greater than 0x0020000 while building the application I’m getting SRAM overflowed error.
So I would like to know if its possible to deploy my custom model on MPS3 board?Also, is there any SRAM limit which I need to know and choose a simpler model to deploy?
I’m just getting used to this ARM MPS3 board and any details about the memory constraints would be very helpful