From 83949f7133fc43d10e626a21c275725cd855d4eb Mon Sep 17 00:00:00 2001 From: LynnL4 Date: Sat, 6 Jan 2024 15:23:47 +0800 Subject: [PATCH] docs: typo --- docs/tutorials/training/fomo.md | 2 +- docs/tutorials/training/overview.md | 2 +- docs/tutorials/training/pfld.md | 2 +- docs/tutorials/training/yolo.md | 2 +- docs/zh_cn/tutorials/training/fomo.md | 2 +- docs/zh_cn/tutorials/training/overview.md | 2 +- docs/zh_cn/tutorials/training/yolo.md | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/tutorials/training/fomo.md b/docs/tutorials/training/fomo.md index 9a4e6977..0a99d892 100644 --- a/docs/tutorials/training/fomo.md +++ b/docs/tutorials/training/fomo.md @@ -175,4 +175,4 @@ In order to further test and evaluate the model on a realistic edge computing de ### Deployment -After exporting the model, you can deploy the model to the edge computing device for testing and evaluation. You can refer to the [Deploy](./../../deploy/overview) section to learn more about how to deploy models. +After exporting the model, you can deploy the model to the edge computing device for testing and evaluation. You can refer to the [Deploy](../../deploy/overview) section to learn more about how to deploy models. diff --git a/docs/tutorials/training/overview.md b/docs/tutorials/training/overview.md index e95cca9b..1c05dbb3 100644 --- a/docs/tutorials/training/overview.md +++ b/docs/tutorials/training/overview.md @@ -50,4 +50,4 @@ python3 tools/train.py --help ### Deployment -After exporting the model, you can deploy the model to an edge computing device for testing and evaluation. You can refer to [Deploy](./../../deploy/overview) section to learn more about how to deploy the model. +After exporting the model, you can deploy the model to an edge computing device for testing and evaluation. You can refer to [Deploy](../../deploy/overview) section to learn more about how to deploy the model. diff --git a/docs/tutorials/training/pfld.md b/docs/tutorials/training/pfld.md index fdb1e953..9f08623a 100644 --- a/docs/tutorials/training/pfld.md +++ b/docs/tutorials/training/pfld.md @@ -170,4 +170,4 @@ In order to further test and evaluate the model on a realistic edge computing de ### Deployment -After exporting the model, you can deploy the model to the edge computing device for testing and evaluation. You can refer to the [Deploy](./../../deploy/overview) section to learn more about how to deploy models. +After exporting the model, you can deploy the model to the edge computing device for testing and evaluation. You can refer to the [Deploy](../../deploy/overview) section to learn more about how to deploy models. diff --git a/docs/tutorials/training/yolo.md b/docs/tutorials/training/yolo.md index 4e6f0b71..29af5c32 100644 --- a/docs/tutorials/training/yolo.md +++ b/docs/tutorials/training/yolo.md @@ -118,4 +118,4 @@ In order to further test and evaluate the model on a realistic edge computing de ### Deployment -After exporting the model, you can deploy the model to the edge computing device for testing and evaluation. You can refer to the [Deploy](./../../deploy/overview) section to learn more about how to deploy models. +After exporting the model, you can deploy the model to the edge computing device for testing and evaluation. You can refer to the [Deploy](../../deploy/overview) section to learn more about how to deploy models. diff --git a/docs/zh_cn/tutorials/training/fomo.md b/docs/zh_cn/tutorials/training/fomo.md index 9d2abef3..9ceaaf88 100644 --- a/docs/zh_cn/tutorials/training/fomo.md +++ b/docs/zh_cn/tutorials/training/fomo.md @@ -175,4 +175,4 @@ python3 tools/inference.py \ ### 部署 -在导出模型后,你可以将模型部署到边缘计算设备上进行测试和评估。你可以参考 [Deploy](./../../deploy/overview) 部分来了解更多关于如何部署模型的信息。 +在导出模型后,你可以将模型部署到边缘计算设备上进行测试和评估。你可以参考 [Deploy](../../deploy/overview) 部分来了解更多关于如何部署模型的信息。 diff --git a/docs/zh_cn/tutorials/training/overview.md b/docs/zh_cn/tutorials/training/overview.md index 283e6a5a..16112e24 100644 --- a/docs/zh_cn/tutorials/training/overview.md +++ b/docs/zh_cn/tutorials/training/overview.md @@ -50,4 +50,4 @@ python3 tools/train.py --help ### 部署 -在导出模型后,你可以将模型部署到边缘计算设备上进行测试和评估。你可以参考 [Deploy](./../../deploy/overview) 部分来了解更多关于如何部署模型的信息。 +在导出模型后,你可以将模型部署到边缘计算设备上进行测试和评估。你可以参考 [Deploy](../../deploy/overview) 部分来了解更多关于如何部署模型的信息。 diff --git a/docs/zh_cn/tutorials/training/yolo.md b/docs/zh_cn/tutorials/training/yolo.md index c8f26f65..bd9d7fe6 100644 --- a/docs/zh_cn/tutorials/training/yolo.md +++ b/docs/zh_cn/tutorials/training/yolo.md @@ -118,4 +118,4 @@ python3 tools/inference.py \ ### 部署 -在导出模型后,你可以将模型部署到边缘计算设备上进行测试和评估。你可以参考 [Deploy](./../../deploy/overview) 部分来了解更多关于如何部署模型的信息。 +在导出模型后,你可以将模型部署到边缘计算设备上进行测试和评估。你可以参考 [Deploy](../../deploy/overview) 部分来了解更多关于如何部署模型的信息。