From 2aa6bfcca6d4c06003458f88ca2f273b7dae8819 Mon Sep 17 00:00:00 2001 From: Osuolale Emmanuel <59930570+dmarinere@users.noreply.github.com> Date: Wed, 27 Jul 2022 04:00:42 +0100 Subject: [PATCH] Update quick_start.md (#136) Made a correction to following and compression --- docs/source/quick_start.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/quick_start.md b/docs/source/quick_start.md index 86bf38e4..0f4f10fe 100644 --- a/docs/source/quick_start.md +++ b/docs/source/quick_start.md @@ -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