ARM-software / ML-KWS-for-MCU

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

How to convert our Python code into Cpp for deployement on Arm_cortex MCU ? #80

Closed saichand07 closed 5 years ago

saichand07 commented 5 years ago

Hello @navsuda , I have my own trained models (.py and .pb files), how to convert my trained models (.py) into cpp, is there any options or do we need to write it by our own ? How efficient is our code if we run python on Arm cortex ?

Thanks for your time