We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c02f8b commit 9dba994Copy full SHA for 9dba994
example/auto_compression/detection/README.md
@@ -88,9 +88,10 @@ python -m pip install paddlepaddle-gpu==2.6.0.post116 -f https://www.paddlepaddl
88
pip install paddleslim
89
```
90
源码安装(推荐):
91
+```shell
92
git clone -b release/2.6 https://github.com/PaddlePaddle/PaddleSlim.git & cd PaddleSlim
93
python setup.py install
-
94
+```
95
安装paddledet:
96
```shell
97
pip install paddledet
@@ -167,7 +168,6 @@ python run.py --config_path=./configs/ppyoloe_l_qat_dis.yaml --save_dir='./outpu
167
168
export CUDA_VISIBLE_DEVICES=0,1,2,3
169
python -m paddle.distributed.launch run.py --save_dir='./rtdetr_hgnetv2_l_6x_coco_quant' --config_path=./configs/rtdetr_hgnetv2_l_qat_dis.yaml
170
-0*640
171
172
## 4.预测部署
173
0 commit comments