From 2ec43ccbf37214b1d609e2cf3473adc5c326a200 Mon Sep 17 00:00:00 2001 From: mamingjie-China <52770436+mamingjie-China@users.noreply.github.com> Date: Mon, 3 Aug 2020 10:39:31 +0800 Subject: [PATCH] Update semantic_segmentation.md --- docs/train/semantic_segmentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/train/semantic_segmentation.md b/docs/train/semantic_segmentation.md index fe7d929..d439ee2 100644 --- a/docs/train/semantic_segmentation.md +++ b/docs/train/semantic_segmentation.md @@ -30,4 +30,4 @@ python deeplabv3p_mobilenetv2_x0.25.py - 【**重要**】针对自己的机器环境和数据,调整训练参数?先了解下PaddleX中训练参数作用。[——>>传送门](../appendix/parameters.md) - 【**有用**】没有机器资源?使用AIStudio免费的GPU资源在线训练模型。[——>>传送门](https://aistudio.baidu.com/aistudio/projectdetail/450925) -- 【**拓展**】更多语义分割模型,查阅[PaddleX模型库](../appendix/model_zoo.md)和[API使用文档](../apis/models/index.html)。 +- 【**拓展**】更多语义分割模型,查阅[PaddleX模型库](../appendix/model_zoo.md)和[API使用文档](../apis/models/semantic_segmentation.md)。 -- GitLab