Skip to content

Commit 9dba994

Browse files
authored
Update README.md (#1832)
1 parent 9c02f8b commit 9dba994

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/auto_compression/detection/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,10 @@ python -m pip install paddlepaddle-gpu==2.6.0.post116 -f https://www.paddlepaddl
8888
pip install paddleslim
8989
```
9090
源码安装(推荐):
91+
```shell
9192
git clone -b release/2.6 https://github.com/PaddlePaddle/PaddleSlim.git & cd PaddleSlim
9293
python setup.py install
93-
94+
```
9495
安装paddledet:
9596
```shell
9697
pip install paddledet
@@ -167,7 +168,6 @@ python run.py --config_path=./configs/ppyoloe_l_qat_dis.yaml --save_dir='./outpu
167168
export CUDA_VISIBLE_DEVICES=0,1,2,3
168169
python -m paddle.distributed.launch run.py --save_dir='./rtdetr_hgnetv2_l_6x_coco_quant' --config_path=./configs/rtdetr_hgnetv2_l_qat_dis.yaml
169170
```
170-
0*640
171171

172172
## 4.预测部署
173173

0 commit comments

Comments
 (0)