fix slim doc, test=develop
This commit is contained in:
parent
7d5ce84956
commit
80608bd618
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue