This commit is contained in:
LDOUBLEV 2021-05-21 10:55:24 +08:00
parent 1f7445fa0b
commit 4a838f36c7
2 changed files with 1 additions and 2 deletions

View File

@ -23,7 +23,6 @@
```bash
git clone https://github.com/PaddlePaddle/PaddleSlim.git
git checkout develop
cd PaddleSlim
python3 setup.py install
```

View File

@ -22,8 +22,8 @@ Five steps for OCR model prune:
```bash
git clone https://github.com/PaddlePaddle/PaddleSlim.git
git checkout develop
cd PaddleSlim
git checkout develop
python3 setup.py install
```