Search found 3 matches
- Sat Sep 14, 2024 9:16 am
- Forum: ESP-IDF 中文讨论版
- Topic: ESP-NN 或者 ESP-DL 用于AI项目
- Replies: 0
- Views: 1460
ESP-NN 或者 ESP-DL 用于AI项目
大家好!我现在正试图制定一个项目计划,关于在 ESP32-S3 上运行定制的 AI 模型(例如,使用 tensorflow / scikit-learn 生成的 AI 模型)。我有一些与此相关的问题: 1. 我认为我应该使用 ESP-NN。但还有一个名为 ESP-DL 的工具。它们之间有什么区别,特别是使用这些框架有什么限制? 2. 我认为我应该先使用 ESP-PPQ 量化模型,然后使用 TVM 工具进行部署。但所有这些工具都在“ESP-DL”生态系统中:https://docs.espressif.com/projects/esp-dl/en/latest/esp32s3/introduct...
- Sat Sep 14, 2024 9:09 am
- Forum: ESP-IDF
- Topic: ESP-NN or ESP-DL for ESP32-S3
- Replies: 1
- Views: 889
Re: ESP-NN or ESP-DL for ESP32-S3
Can someone kindly help on this? Many thanks in advance!
- Fri Sep 13, 2024 7:03 am
- Forum: ESP-IDF
- Topic: ESP-NN or ESP-DL for ESP32-S3
- Replies: 1
- Views: 889
ESP-NN or ESP-DL for ESP32-S3
Hello everyone! I am new here and now trying to formulate a plan, about running a customized AI model(for example, the AI model generated by using tensorflow / scikit-learn) on ESP32-S3. I have some questions related to this: 1. I think I should use ESP-NN. But there is also a tool called ESP-DL. Wh...