You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
any guides or docs to train new models
any guides or docs to train new models (AIS-1494)
Feb 7, 2024
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.
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?
The text was updated successfully, but these errors were encountered: