Skip to content

Commit f42b5c0

Browse files
committed
Update PyTorch casing
(cherry picked from commit 5c25665)
1 parent 49f75d6 commit f42b5c0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/image-classifier/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Deploy Image Classification as an API
22

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.
44

55
## Define a deployment
66

@@ -20,7 +20,7 @@ A `deployment` specifies a set of resources that are deployed as a single unit.
2020
2121
<!-- CORTEX_VERSION_MINOR x2 -->
2222
You can run the code that generated the exported models used in this example folder here:
23-
- [Pytorch Alexnet](https://colab.research.google.com/github/cortexlabs/cortex/blob/0.9/examples/image-classifier/alexnet.ipynb)
23+
- [PyTorch Alexnet](https://colab.research.google.com/github/cortexlabs/cortex/blob/0.9/examples/image-classifier/alexnet.ipynb)
2424
- [TensorFlow Inception V3](https://colab.research.google.com/github/cortexlabs/cortex/blob/0.9/examples/image-classifier/inception.ipynb)
2525
2626

examples/iris-classifier/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Define a `deployment` and an `api` resource in `cortex.yaml`. A `deployment` spe
2121
<!-- CORTEX_VERSION_MINOR x5 -->
2222
You can run the code that generated the exported models used in this folder example here:
2323
- [TensorFlow](https://colab.research.google.com/github/cortexlabs/cortex/blob/0.9/examples/iris-classifier/models/tensorflow.ipynb)
24-
- [Pytorch](https://colab.research.google.com/github/cortexlabs/cortex/blob/0.9/examples/iris-classifier/models/pytorch.ipynb)
24+
- [PyTorch](https://colab.research.google.com/github/cortexlabs/cortex/blob/0.9/examples/iris-classifier/models/pytorch.ipynb)
2525
- [Keras](https://colab.research.google.com/github/cortexlabs/cortex/blob/0.9/examples/iris-classifier/models/keras.ipynb)
2626
- [XGBoost](https://colab.research.google.com/github/cortexlabs/cortex/blob/0.9/examples/iris-classifier/models/xgboost.ipynb)
2727
- [sklearn](https://colab.research.google.com/github/cortexlabs/cortex/blob/0.9/examples/iris-classifier/models/sklearn.ipynb)

0 commit comments

Comments
 (0)