Skip to content

Commit 73850ce

Browse files
Merge branch 'us295242h' of https://github.com/TimShererWithAquent/azure-docs-pr into us295242h
2 parents 0c80d72 + ecdc0ae commit 73850ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/how-to-image-processing-batch.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ You can use batch model deployments for processing tabular data, but also any ot
2626

2727
## About this sample
2828

29-
The model that this article works with was built using TensorFlow along with the RestNet architecture. For more information, see [Identity Mappings in Deep Residual Networks](https://arxiv.org/abs/1603.05027). You can download [a sample of this model](https://azuremlexampledata.blob.core.windows.net/data/imagenet/model.zip). The model has the following constraints:
29+
This article uses a model that was built using TensorFlow along with the RestNet architecture. For more information, see [Identity Mappings in Deep Residual Networks](https://arxiv.org/abs/1603.05027). You can download [a sample of this model](https://azuremlexampledata.blob.core.windows.net/data/imagenet/model.zip). The model has the following constraints:
3030

3131
- It works with images of size 244x244 (tensors of `(224, 224, 3)`).
3232
- It requires inputs to be scaled to the range `[0,1]`.
@@ -156,7 +156,7 @@ This code is the *code/score-by-file/batch_driver.py* file:
156156
> [!NOTE]
157157
> If you want to deploy a generative model, which generates files, learn how to author a scoring script: [Customize outputs in batch deployments](how-to-deploy-model-custom-output.md).
158158
159-
### Creating the deployment
159+
### Create the deployment
160160

161161
After you create the scoring script, create a batch deployment for it. Use the following procedure:
162162

0 commit comments

Comments
 (0)