update inference.md to inference_en.md

This commit is contained in:
WenmuZhou 2020-12-12 10:55:42 +08:00
parent cee24caf51
commit 0e80bade3c
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ The downloadable models provided by PaddleOCR include `inference model`, `traine
|model type|model format|description|
|--- | --- | --- |
|inference model|inference.pdmodel、inference.pdiparams|Used for reasoning based on Python prediction engine[detail](./inference.md)|
|inference model|inference.pdmodel、inference.pdiparams|Used for reasoning based on Python prediction engine[detail](./inference_en.md)|
|trained model, pre-trained model|\*.pdparams、\*.pdopt、\*.states |The checkpoints model saved in the training process, which stores the parameters of the model, mostly used for model evaluation and continuous training.|
|slim model|\*.nb|Generally used for Lite deployment|