You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 3, 2025. It is now read-only.
@@ -74,7 +74,7 @@ Our Sparsify and SparseML tools allow us to easily reach industry leading levels
74
74
</table>
75
75
<p></p>
76
76
77
-
Today, we offer support for NLP and convolutional neural network-based computer vision models, specifically classification and object detection model types such as [the models in SparseZoo](https://sparsezoo.neuralmagic.com).
77
+
Today, we offer support for NLP and convolutional neural network-based computer vision models, specifically classification, segmentation, and object detection model types such as [the models in SparseZoo](https://sparsezoo.neuralmagic.com).
78
78
79
79
We are continuously exploring models to add to the SparseZoo including model architectures beyond computer vision and NLP; [Subscribe for updates](http://neuralmagic.com/subscribe).
80
80
@@ -92,9 +92,13 @@ Model inferences are executed as a single stream by default; concurrent executio
92
92
93
93
## Try it Out
94
94
95
-
Not sure where to start? Here are several sparsified models with hands-on experiences you can work through, from deployment to training.
95
+
Not sure where to start? Here are several sparsified models with hands-on experiences you can work through, from deployment to training:
96
+
97
+
-[BERT](https://sparsezoo.neuralmagic.com/getting-started/bert) - a popular NLP model.
98
+
-[YOLOv5](https://sparsezoo.neuralmagic.com/getting-started/yolov5) - a popular object detection network.
99
+
-[YOLOv3](https://sparsezoo.neuralmagic.com/getting-started/yolov3) - a popular object detection network.
100
+
-[ResNet-50](https://sparsezoo.neuralmagic.com/getting-started/resnet_v1-50) - a popular image classification network.
101
+
-[MobileNetV1](https://sparsezoo.neuralmagic.com/getting-started/mobilenet_v1-1.0) - a popular image classification network for edge deployments.
102
+
103
+
96
104
97
-
-[ResNet-50](https://docs.neuralmagic.com/main/source/model-pages/cv-classification-resnet50.html) - a popular image classification network.
98
-
-[MobileNetV1](https://docs.neuralmagic.com/main/source/model-pages/cv-classification-mobilenet.html) - a popular image classification network for edge deployments.
99
-
-[YOLOv3](https://docs.neuralmagic.com/main/source/model-pages/cv-detection-yolov3.html) - a popular object detection network.
100
-
-[BERT](https://docs.neuralmagic.com/main/source/model-pages/nlp-bert.html) - a popular NLP model.
0 commit comments