From 1cd9e609c3f9e0ebb9513fbd71fb72106e916e52 Mon Sep 17 00:00:00 2001 From: gaotingquan Date: Tue, 21 Dec 2021 11:23:29 +0000 Subject: [PATCH] docs: Contents -> Catalogue --- docs/en/inference_deployment/cpp_deploy_en.md | 2 +- docs/en/inference_deployment/export_model_en.md | 2 +- docs/en/inference_deployment/paddle_hub_serving_deploy_en.md | 3 ++- docs/en/inference_deployment/paddle_lite_deploy_en.md | 3 ++- docs/en/inference_deployment/python_deploy_en.md | 2 +- docs/en/inference_deployment/whl_deploy_en.md | 2 +- docs/en/installation/install_paddle_en.md | 2 +- docs/en/installation/install_paddleclas_en.md | 2 +- docs/en/others/VisualDL_en.md | 3 ++- docs/en/others/paddle_mobile_inference_en.md | 2 +- docs/en/others/train_with_DALI_en.md | 3 ++- docs/en/others/transfer_learning_en.md | 2 +- 12 files changed, 16 insertions(+), 12 deletions(-) diff --git a/docs/en/inference_deployment/cpp_deploy_en.md b/docs/en/inference_deployment/cpp_deploy_en.md index 3291f118..81470c8a 100644 --- a/docs/en/inference_deployment/cpp_deploy_en.md +++ b/docs/en/inference_deployment/cpp_deploy_en.md @@ -4,7 +4,7 @@ This tutorial will introduce the detailed steps of deploying the PaddleClas clas --- -## Contents +## Catalogue - [1. Prepare the environment](#1) - [1.1 Compile OpenCV](#1.1) diff --git a/docs/en/inference_deployment/export_model_en.md b/docs/en/inference_deployment/export_model_en.md index 9bc4fffd..fb3d8ce3 100644 --- a/docs/en/inference_deployment/export_model_en.md +++ b/docs/en/inference_deployment/export_model_en.md @@ -4,7 +4,7 @@ PaddlePaddle supports exporting inference model for deployment. Compared with tr --- -## Contents +## Catalogue - [1. Environmental preparation](#1) - [2. Export classification model](#2) diff --git a/docs/en/inference_deployment/paddle_hub_serving_deploy_en.md b/docs/en/inference_deployment/paddle_hub_serving_deploy_en.md index 44a6858c..f143d314 100644 --- a/docs/en/inference_deployment/paddle_hub_serving_deploy_en.md +++ b/docs/en/inference_deployment/paddle_hub_serving_deploy_en.md @@ -4,7 +4,8 @@ PaddleClas supports rapid service deployment through Paddlehub. At present, it s --- -## Contents +## Catalogue + - [1. Introduction](#1) - [2. Prepare the environment](#2) - [3. Download inference model](#3) diff --git a/docs/en/inference_deployment/paddle_lite_deploy_en.md b/docs/en/inference_deployment/paddle_lite_deploy_en.md index f029a2f1..6bb5616d 100644 --- a/docs/en/inference_deployment/paddle_lite_deploy_en.md +++ b/docs/en/inference_deployment/paddle_lite_deploy_en.md @@ -8,7 +8,8 @@ If you only want to test speed, please refer to [The tutorial of Paddle-Lite mob --- -## Contents +## Catalogue + - [1. Preparation](#1) - [1.1 Build Paddle-Lite library](#1.1) - [1.2 Download inference library for Android or iOS](#1.2) diff --git a/docs/en/inference_deployment/python_deploy_en.md b/docs/en/inference_deployment/python_deploy_en.md index b231ea6c..8096cc5c 100644 --- a/docs/en/inference_deployment/python_deploy_en.md +++ b/docs/en/inference_deployment/python_deploy_en.md @@ -10,7 +10,7 @@ Please refer to the document [install paddle](../installation/install_paddle_en. --- -## Contents +## Catalogue - [1. Image classification inference](#1) - [2. Mainbody detection model inference](#2) diff --git a/docs/en/inference_deployment/whl_deploy_en.md b/docs/en/inference_deployment/whl_deploy_en.md index b66208e9..eea7ef77 100644 --- a/docs/en/inference_deployment/whl_deploy_en.md +++ b/docs/en/inference_deployment/whl_deploy_en.md @@ -4,7 +4,7 @@ Paddleclas supports Python WHL package for prediction. At present, WHL package o --- -## Contents +## Catalogue - [1. Installation](#1) - [2. Quick Start](#2) diff --git a/docs/en/installation/install_paddle_en.md b/docs/en/installation/install_paddle_en.md index 9b565079..c66b8a0e 100644 --- a/docs/en/installation/install_paddle_en.md +++ b/docs/en/installation/install_paddle_en.md @@ -2,7 +2,7 @@ --- -## Contents +## Catalogue - [1. Environment requirements](#1) - [2.(Recommended) Prepare a docker environment](#2) diff --git a/docs/en/installation/install_paddleclas_en.md b/docs/en/installation/install_paddleclas_en.md index 92faff30..332db694 100644 --- a/docs/en/installation/install_paddleclas_en.md +++ b/docs/en/installation/install_paddleclas_en.md @@ -2,7 +2,7 @@ --- -## Contents +## Catalogue * [1. Clone PaddleClas source code](#1) * [2. Install requirements](#2) diff --git a/docs/en/others/VisualDL_en.md b/docs/en/others/VisualDL_en.md index be14061b..cbd096ba 100644 --- a/docs/en/others/VisualDL_en.md +++ b/docs/en/others/VisualDL_en.md @@ -2,7 +2,8 @@ --- -## Contents +## Catalogue + * [1. Preface](#1) * [2. Use VisualDL in PaddleClas](#2) * [2.1 Set config and start training](#2.1) diff --git a/docs/en/others/paddle_mobile_inference_en.md b/docs/en/others/paddle_mobile_inference_en.md index 8d367fbd..f425b546 100644 --- a/docs/en/others/paddle_mobile_inference_en.md +++ b/docs/en/others/paddle_mobile_inference_en.md @@ -2,7 +2,7 @@ --- -## Contents +## Catalogue * [1. Introduction](#1) * [2. Evaluation Steps](#2) diff --git a/docs/en/others/train_with_DALI_en.md b/docs/en/others/train_with_DALI_en.md index 384a8162..790b4693 100644 --- a/docs/en/others/train_with_DALI_en.md +++ b/docs/en/others/train_with_DALI_en.md @@ -2,7 +2,8 @@ --- -## Contents +## Catalogue + * [1. Preface](#1) * [2. Installing DALI](#2) * [3. Using DALI](#3) diff --git a/docs/en/others/transfer_learning_en.md b/docs/en/others/transfer_learning_en.md index b10e2093..05ee6cb9 100644 --- a/docs/en/others/transfer_learning_en.md +++ b/docs/en/others/transfer_learning_en.md @@ -4,7 +4,7 @@ Transfer learning is an important part of machine learning, which is widely used --- -## Contents +## Catalogue * [1. Hyperparameter search](#1) * [1.1 Grid search](#1.1) -- GitLab