Skip to content

Commit

Permalink
Update README.md (PaddlePaddle#1832)
Browse files Browse the repository at this point in the history
  • Loading branch information
lizexu123 committed Feb 23, 2024
1 parent dbfdf48 commit f389202
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/auto_compression/detection/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,10 @@ python -m pip install paddlepaddle-gpu==2.6.0.post116 -f https://www.paddlepaddl
pip install paddleslim
```
源码安装(推荐):
```shell
git clone -b release/2.6 https://github.com/PaddlePaddle/PaddleSlim.git & cd PaddleSlim
python setup.py install

```
安装paddledet:
```shell
pip install paddledet
Expand Down Expand Up @@ -167,7 +168,6 @@ python run.py --config_path=./configs/ppyoloe_l_qat_dis.yaml --save_dir='./outpu
export CUDA_VISIBLE_DEVICES=0,1,2,3
python -m paddle.distributed.launch run.py --save_dir='./rtdetr_hgnetv2_l_6x_coco_quant' --config_path=./configs/rtdetr_hgnetv2_l_qat_dis.yaml
```
0*640

## 4.预测部署

Expand Down

0 comments on commit f389202

Please # to comment.