We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dea4bd8 commit 6a60eb5Copy full SHA for 6a60eb5
src/deepsparse/image_classification/README.md
@@ -22,7 +22,7 @@ your machine is compatible with our [hardware requirements].
22
23
### Installation
24
25
-```pip install deepsparse```
+```pip install deepsparse[image_classification]```
26
27
### Model Format
28
@@ -122,7 +122,7 @@ pip install deepsparse[server]
122
The following section includes example usage of the Pipeline and server APIs for
123
various image classification models.
124
125
-[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)
126
127
128
#### Python Pipeline
0 commit comments