From 62f43705c4b30157a73425ba2db605f246294297 Mon Sep 17 00:00:00 2001 From: Konstantin Date: Thu, 25 May 2023 15:44:26 +0000 Subject: [PATCH] IC docs fixes --- src/deepsparse/image_classification/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/deepsparse/image_classification/README.md b/src/deepsparse/image_classification/README.md index 1429ed8f5b..3842f491c3 100644 --- a/src/deepsparse/image_classification/README.md +++ b/src/deepsparse/image_classification/README.md @@ -22,7 +22,7 @@ your machine is compatible with our [hardware requirements]. ### Installation -```pip install deepsparse``` +```pip install deepsparse[image_classification]``` ### Model Format @@ -122,7 +122,7 @@ pip install deepsparse[server] The following section includes example usage of the Pipeline and server APIs for various image classification models. -[List of Image Classification SparseZoo Models](https://sparsezoo.neuralmagic.com/?domain=cv&sub_domain=classification&page=1) +[List of Image Classification SparseZoo Models](https://sparsezoo.neuralmagic.com/?useCase=classification) #### Python Pipeline