Update quick_start.md (#136)

Made a correction to following and compression
release/0.5.0
Osuolale Emmanuel 2022-07-27 04:00:42 +01:00 committed by GitHub
parent 6404c249f5
commit 2aa6bfcca6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@
5. Install pai_nni and blade_compressin
When you use model quantize and prune, you need to install pai_nni and blade_compressin with the following command:
When you use model quantize and prune, you need to install pai_nni and blade_compression with the following command:
```shell
# install torch >= 1.8.0
@ -88,7 +88,7 @@
from easycv.apis import *
```
You can also verify your installation using follwing quick-start examples
You can also verify your installation using following quick-start examples
## Examples