Jan 2025-03-05 22:28:45 +00:00 committed by GitHub
commit 54b46a2a3f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -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)

View File

@ -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

View File

@ -5,7 +5,7 @@
- 量化方法PACT 量化
- 裁剪FPGM 裁剪
其中具体算法参数请参考 [PaddeSlim](https://github.com/PaddlePaddle/PaddleSlim/)。
其中具体算法参数请参考 [PaddleSlim](https://github.com/PaddlePaddle/PaddleSlim/)。
## 目录

View File

@ -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