Generated models in NanoEdge AI Studio
Hi everyone,
I am working on an extrapolation task as part of a research project at the university and I compare the different models, in this case random forest models.
I assume that the model complexity of the model is related to the size of the knowledge array.
How can it be that the execution speed of the models on the microcontroller does not increase with increasing model size? Are calculations performed in parallel? For example, models with a size of 200 kB can be executed much faster than models with a size of 80 kB.
I work with STM32 Nucleo-144 development board with STM32H723ZG MCU.
Thanks in advance.
