From b056b986d28bd5a4521659d03ec449159338279a Mon Sep 17 00:00:00 2001 From: sibo2rr <1415419833@qq.com> Date: Fri, 17 Dec 2021 19:21:53 +0800 Subject: [PATCH] add title --- docs/zh_CN/algorithm_introduction/image_classification.md | 2 ++ docs/zh_CN/algorithm_introduction/index.rst | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/zh_CN/algorithm_introduction/image_classification.md b/docs/zh_CN/algorithm_introduction/image_classification.md index a7454c2d..e5120bcf 100644 --- a/docs/zh_CN/algorithm_introduction/image_classification.md +++ b/docs/zh_CN/algorithm_introduction/image_classification.md @@ -1,3 +1,5 @@ +# 图像分类任务介绍 + ------ ## 目录 diff --git a/docs/zh_CN/algorithm_introduction/index.rst b/docs/zh_CN/algorithm_introduction/index.rst index 586193a1..aa56459b 100644 --- a/docs/zh_CN/algorithm_introduction/index.rst +++ b/docs/zh_CN/algorithm_introduction/index.rst @@ -4,9 +4,9 @@ .. toctree:: :maxdepth: 2 - model_prune_quantization.md - ImageNet_models.md + image_classification.md metric_learning.md knowledge_distillation.md - image_classification.md + model_prune_quantization.md + ImageNet_models.md DataAugmentation.md -- GitLab