Skip to content

Commit

Permalink
aa
Browse files Browse the repository at this point in the history
  • Loading branch information
lizexu123 committed Feb 2, 2024
1 parent 9b6d3f8 commit 16f443d
Showing 1 changed file with 3 additions and 18 deletions.
21 changes: 3 additions & 18 deletions example/auto_compression/detection/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@
## 3. 自动压缩流程

#### 3.1 准备环境
- PaddlePaddle >= 2.4 (可从[Paddle官网](https://www.paddlepaddle.org.cn/install/quick?docurl=/documentation/docs/zh/install/pip/linux-pip.html)下载安装)
- PaddleSlim >= 2.4
- PaddleDet >= 2.4
- PaddlePaddle >=2.5 (可从[Paddle官网](https://www.paddlepaddle.org.cn/install/quick?docurl=/documentation/docs/zh/install/pip/linux-pip.html)下载安装)
- PaddleSlim >= 2.5
- PaddleDet >= 2.5
- opencv-python

安装paddlepaddle:
Expand All @@ -83,27 +83,12 @@ python -m pip install paddlepaddle==2.6.0 -i https://pypi.tuna.tsinghua.edu.cn/s
python -m pip install paddlepaddle-gpu==2.6.0.post116 -f https://www.paddlepaddle.org.cn/whl/linux/mkl/avx/stable.html
```

安装paddleslim:
```shell
pip install paddleslim
```
源码安装(推荐):
<<<<<<< HEAD
<<<<<<< HEAD
<<<<<<< HEAD
```shell
git clone -b release/2.6 https://github.com/PaddlePaddle/PaddleSlim.git & cd PaddleSlim
python setup.py install
```
=======
=======
>>>>>>> d5d383c... 修改auto_compression文档中跑不通的问题 (#1829)
=======
>>>>>>> d5d383c... 修改auto_compression文档中跑不通的问题 (#1829)
git clone -b release/2.6 https://github.com/PaddlePaddle/PaddleSlim.git & cd PaddleSlim
python setup.py install

>>>>>>> d5d383c... 修改auto_compression文档中跑不通的问题 (#1829)
安装paddledet:
```shell
pip install paddledet
Expand Down

0 comments on commit 16f443d

Please # to comment.