cancel
Showing results for 
Search instead for 
Did you mean: 

Max size of the model on STM32N6570-DK

sandeepchawla74
Associate II

Hello ,

Could you let me know the max size of  model can fit in STM32N6570-DK

Regards,

Sandeep

1 REPLY 1
Julian E.
ST Employee

Hello @sandeepchawla74,

 

It will depend on how it will be converted by the ST Edge AI Core. It is the C code version that is important.

 

You can see if your model fit in memory on the DK by running any command with the st edge ai core.

In the first table, you will see how your model is mapped in memory. For example:

JulianE_0-1756195048988.png

Weights can be stored in external flash, and there is a lot of it in the N6 DK.

For activations, it is highly advised (for maximum performances) to have them fit in internal memeory (npuRAM1 to npuRAM4 = 4 * 448kB = 1792kB).

 

Have a good day,

Julian


In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.