ARM-software / ML-KWS-for-MCU

Keyword spotting on Arm Cortex-M Microcontrollers
Apache License 2.0
1.14k stars 417 forks source link

memory/Ops in stm32f7 #46

Closed prashant7691 closed 6 years ago

prashant7691 commented 6 years ago

Hello @navsuda

I have implemented the KWS, how to get the memory/Ops in stm32f7.

navsuda commented 6 years ago

@prashant7691, Memory requirement comes from the model size and the Max ops can be derived by benchmarking the performance of matmul kernel on your board.