diff --git a/README.md b/README.md index dff54496..16208e8e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ESP-DL [[中文]](./README_cn.md) -[![Documentation Status](./docs/_static/doc_latest.svg)](https://docs.espressif.com/projects/esp-dl/en/latest/index.html) +[![Documentation Status](./docs/_static/doc_latest.svg)](https://docs.espressif.com/projects/esp-dl/en/latest/index.html) [![Component Registry](https://components.espressif.com/components/espressif/esp-dl/badge.svg)](https://components.espressif.com/components/espressif/esp-dl) ESP-DL is a lightweight and efficient neural network inference framework designed specifically for ESP series chips. With ESP-DL, you can easily and quickly develop AI applications using Espressif's System on Chips (SoCs). diff --git a/README_cn.md b/README_cn.md index 3920be32..d78439d5 100644 --- a/README_cn.md +++ b/README_cn.md @@ -1,6 +1,6 @@ # ESP-DL [[English]](./README.md) -[![Documentation Status](./docs/_static/doc_latest.svg)](https://docs.espressif.com/projects/esp-dl/zh_CN/latest/index.html) +[![Documentation Status](./docs/_static/doc_latest.svg)](https://docs.espressif.com/projects/esp-dl/zh_CN/latest/index.html) [![Component Registry](https://components.espressif.com/components/espressif/esp-dl/badge.svg)](https://components.espressif.com/components/espressif/esp-dl) ESP-DL 是一个专为 ESP 系列芯片设计的轻量级且高效的神经网络推理框架。通过 ESP-DL,您可以轻松快速地使用乐鑫的系统级芯片 (SoC) 开发 AI 应用。 @@ -73,6 +73,6 @@ model->run(inputs); // inputs 是一个张量或张量映射 ## Suport Operators 如果你有遇到不支持的算子,请将问题在[issues](https://github.com/espressif/esp-dl/issues)中反馈给我们,我们会尽快支持。 -也欢迎大家贡献新的算子, 具体方法请参考[创建新模块(算子)](https://docs.espressif.com/projects/esp-dl/zh_CN/latest/tutorials/how_to_add_a_new_module(operator).html)。 +也欢迎大家贡献新的算子, 具体方法请参考[创建新模块(算子)](https://docs.espressif.com/projects/esp-dl/zh_CN/latest/tutorials/how_to_add_a_new_module%28operator%29.html)。 [算子支持状态](./operator_support_state.md) \ No newline at end of file diff --git a/esp-dl/idf_component.yml b/esp-dl/idf_component.yml index ae641398..0da189d7 100644 --- a/esp-dl/idf_component.yml +++ b/esp-dl/idf_component.yml @@ -1,4 +1,4 @@ -version: "3.0.0~1-rc.2" +version: "3.0.0" license: "MIT" targets: - esp32s3 diff --git a/examples/mobilenet_v2/README.md b/examples/mobilenet_v2/README.md index edaf8dff..e484be57 100644 --- a/examples/mobilenet_v2/README.md +++ b/examples/mobilenet_v2/README.md @@ -6,7 +6,7 @@ Deploy [MobileNet_v2](https://arxiv.org/abs/1801.04381) model from [torchvision](https://pytorch.org/vision/0.18/models/generated/torchvision.models.mobilenet_v2.html). -See [tutotial/how_to_deploy_mobilenet_v2](../../tutorial/how_to_deploy_mobilenet_v2_en.md) for more information. +See [Deploying MobileNet_v2 Using ESP-DL](https://docs.espressif.com/projects/esp-dl/en/latest/tutorials/how_to_deploy_mobilenet.html) for more information. # Example Output After the flashing you should see the output at idf monitor: