From 26f1729e52360cefbc0076afe547dccb838f2534 Mon Sep 17 00:00:00 2001 From: jk4e <116908874+jk4e@users.noreply.github.com> Date: Wed, 5 Mar 2025 23:27:39 +0100 Subject: [PATCH] Fix typos --- README_en.md | 2 +- docs/en/algorithm_introduction/model_prune_quantization_en.md | 2 +- docs/zh_CN/algorithm_introduction/prune_quantization.md | 2 +- hubconf.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README_en.md b/README_en.md index ecdc30fcb..bac25b03f 100644 --- a/README_en.md +++ b/README_en.md @@ -93,7 +93,7 @@ Quick experience of **P**ractical **U**ltra **L**ight-weight image **C**lassific - [Vector Search](./deploy/vector_search/README.md) - Inference Model Prediction - [Python Inference](./docs/en/inference_deployment/python_deploy_en.md) - - [C++ Classfication Inference](./deploy/cpp/readme_en.md) + - [C++ Classification Inference](./deploy/cpp/readme_en.md) - Model Deploy (only support classification for now, recognition coming soon) - [Hub Serving Deployment](./deploy/hubserving/readme_en.md) - [Mobile Deployment](./deploy/lite/readme_en.md) diff --git a/docs/en/algorithm_introduction/model_prune_quantization_en.md b/docs/en/algorithm_introduction/model_prune_quantization_en.md index 14568a399..e751cfd1f 100644 --- a/docs/en/algorithm_introduction/model_prune_quantization_en.md +++ b/docs/en/algorithm_introduction/model_prune_quantization_en.md @@ -5,7 +5,7 @@ Deep learning limits the deployment of corresponding models in some scenarios an - Quantization: PACT - Pruning: FPGM -See [PaddeSlim](https://github.com/PaddlePaddle/PaddleSlim/) for detailed parameters. +See [PaddleSlim](https://github.com/PaddlePaddle/PaddleSlim/) for detailed parameters. ## Catlogue diff --git a/docs/zh_CN/algorithm_introduction/prune_quantization.md b/docs/zh_CN/algorithm_introduction/prune_quantization.md index b47cd1731..755bc34cb 100644 --- a/docs/zh_CN/algorithm_introduction/prune_quantization.md +++ b/docs/zh_CN/algorithm_introduction/prune_quantization.md @@ -5,7 +5,7 @@ - 量化方法:PACT 量化 - 裁剪:FPGM 裁剪 -其中具体算法参数请参考 [PaddeSlim](https://github.com/PaddlePaddle/PaddleSlim/)。 +其中具体算法参数请参考 [PaddleSlim](https://github.com/PaddlePaddle/PaddleSlim/)。 ## 目录 diff --git a/hubconf.py b/hubconf.py index b7f76745a..73d8d487f 100644 --- a/hubconf.py +++ b/hubconf.py @@ -21,7 +21,7 @@ import sys class _SysPathG(object): """ - _SysPathG used to add/clean path for sys.path. Making sure minimal pkgs dependents by skiping parent dirs. + _SysPathG used to add/clean path for sys.path. Making sure minimal pkgs dependents by skipping parent dirs. __enter__ add path into sys.path