tinyengine icon indicating copy to clipboard operation
tinyengine copied to clipboard

visual wake word (VWW) model end to end workflow?

Open ramkumarkoppu opened this issue 3 years ago • 4 comments

Hi,

Where do I find jupyter notebook of given example visual wake word (VWW) model in the tutorial folder if I want to check it's model architecture and how it is optimized for MCU (pruned, quantized, model conversion (how C/C++ code is generated from the model)) to follow end to end workflow?

ramkumarkoppu avatar Sep 20 '22 20:09 ramkumarkoppu

Hi @ramkumarkoppu, thanks for your interest in our work. For the model optimization, please refer to our mcunet repo. We also have a model zoo where you can download the pre-trained models and check their model architecture. Then, you can follow these examples to generate C/C++ code.

meenchen avatar Sep 24 '22 13:09 meenchen

Hi @meenchen, Do we have corresponding jupyter notebook for vww model? if yes, where do I find it.

ramkumarkoppu avatar Sep 24 '22 18:09 ramkumarkoppu

Hi, currently we do not have a jupyter notebook for the example. But I think the provided code works the same.

tonylins avatar Sep 24 '22 18:09 tonylins

Hi, I am interested to understand how fp32 PyTorch model is pruned, quantised before converting into C code. Where do I find the relevant code in the repo?

ramkumarkoppu avatar Sep 28 '22 18:09 ramkumarkoppu

Close due to inactivity. Feel free to reopen.

meenchen avatar Dec 20 '22 17:12 meenchen