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
Copy file name to clipboardExpand all lines: examples/image-classifier/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Deploy Image Classification as an API
2
2
3
-
This example shows how to deploy an Image Classifier made with Pytorch. The Pytorch Image Classifier implementation will be using a pretrained Alexnet model from Torchvision that has been exported to ONNX format.
3
+
This example shows how to deploy an Image Classifier made with PyTorch. The PyTorch Image Classifier implementation will be using a pretrained Alexnet model from Torchvision that has been exported to ONNX format.
4
4
5
5
## Define a deployment
6
6
@@ -20,7 +20,7 @@ A `deployment` specifies a set of resources that are deployed as a single unit.
20
20
21
21
<!-- CORTEX_VERSION_MINOR x2 -->
22
22
You can run the code that generated the exported models used in this example folder here:
0 commit comments