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 .pb file into C colde like "ds_cnn_weights.h" file? #116

Closed gilbertjuly closed 5 years ago

gilbertjuly commented 5 years ago

Hi there,

I saw "ds_cnn_weights.h" file, I think it is an important file containing all the weights in a NN model.

I wonder if the file is somehow converted from the *.pb file in the "DS_CNN" folder? and how to do so?

Thank you in advance.

Jiayan