espressif / esp-dl

Espressif deep-learning library for AIoT applications
MIT License
516 stars 115 forks source link

模型开发部署教程 (AIV-431) #68

Closed jjhuangAmba666 closed 2 years ago

jjhuangAmba666 commented 2 years ago

请问有一个教程,从构建模型,到训练,量化,部署 全面讲解的?

Auroragan commented 2 years ago

模型的构建和训练: 请根据你选用的平台从网上搜索相关资料 量化: 请参考 https://github.com/espressif/esp-dl/blob/master/tools/quantization_tool/README_cn.md 部署: 请参考 https://github.com/espressif/esp-dl/blob/master/tutorial/README_cn.md