From 80608bd618e5af5d81463198518dab9487e36257 Mon Sep 17 00:00:00 2001 From: LDOUBLEV Date: Mon, 21 Sep 2020 21:07:37 +0800 Subject: [PATCH] fix slim doc, test=develop --- deploy/slim/prune/README_en.md | 2 +- deploy/slim/quantization/README_en.md | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/deploy/slim/prune/README_en.md b/deploy/slim/prune/README_en.md index 9e6c762b..51aefec8 100644 --- a/deploy/slim/prune/README_en.md +++ b/deploy/slim/prune/README_en.md @@ -30,7 +30,7 @@ python setup.py install ### 2. Download Pretrain Model Model prune needs to load pre-trained models. -PaddleOCR also provides a series of models [../../../doc/doc_en/models_list_en.md]. Developers can choose their own models or use their own models according to their needs. +PaddleOCR also provides a series of (models)[../../../doc/doc_en/models_list_en.md]. Developers can choose their own models or use their own models according to their needs. ### 3. Pruning sensitivity analysis diff --git a/deploy/slim/quantization/README_en.md b/deploy/slim/quantization/README_en.md index 49d4b602..16eddbe5 100755 --- a/deploy/slim/quantization/README_en.md +++ b/deploy/slim/quantization/README_en.md @@ -26,17 +26,14 @@ After training, if you want to further compress the model size and accelerate th ```bash git clone https://github.com/PaddlePaddle/PaddleSlim.git - cd Paddleslim - python setup.py install - ``` ###2. Download Pretrain Model PaddleOCR provides a series of trained [models](../../../doc/doc_en/models_list_en.md). -If the model to be quantified is not in the list, you need to follow the [Regular Training](../. ./../doc/doc_en/quickstart_en.md) method to get the trained model. +If the model to be quantified is not in the list, you need to follow the [Regular Training](../../../doc/doc_en/quickstart_en.md) method to get the trained model. ### 3. Quant-Aware Training -- GitLab