diff --git a/deploy/slim/prune/README_en.md b/deploy/slim/prune/README_en.md index 9e6c762b981b461dc649a8eccd748d23918d23c0..51aefec8b3a2badc7e33031a2c8514e353abebd9 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 49d4b60287c477525bf441529388fdb0341129df..16eddbe5792e5c76e6f92cb8f920eb7974995199 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