esp-skainet icon indicating copy to clipboard operation
esp-skainet copied to clipboard

any guides or docs to train new models (AIS-1494)

Open lixinghe1999 opened this issue 1 year ago • 1 comments

Thanks for having skainet to us. I would like to develop some new function (also deep learning) on esp32, although the current examples are awesome, they don't cover everything. I notice there is "customization" in wake word detection, however, what i expect is a pipleline of "dataset collection + training + quantization + compile + deploy". As long as esp-dl is available, does it possible to have some instructions to help me get started? or i miss anything important?

lixinghe1999 avatar Feb 07 '24 06:02 lixinghe1999

Hi @lixinghe1999 , The "dataset collection" and "training" for each task are quite different, and this is not significantly related to the type of chip you use. You can start with any project you like on GitHub. For "quantization" and "deployment," you can refer to the esp-dl project. We are also working on further optimizing esp-dl to support more operators and quantization methods.

sun-xiangyu avatar Feb 07 '24 08:02 sun-xiangyu