Skip to content

Commit 2c7001b

Browse files
update
1 parent 47b847c commit 2c7001b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
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-
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:
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 `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]`.

articles/machine-learning/how-to-use-batch-azure-data-factory.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@ To create this pipeline in your existing Azure Data Factory and invoke batch end
143143

144144
1. Select a *.zip* file.
145145

146-
- To use managed identities, select [this file](https://azuremlexampledata.blob.core.windows.net/data/templates/batch-inference/Run-BatchEndpoint-MI.zip).
147-
- To use a service principle, select [this file](https://azuremlexampledata.blob.core.windows.net/data/templates/batch-inference/Run-BatchEndpoint-SP.zip).
146+
- To use managed identities, select `https://azuremlexampledata.blob.core.windows.net/data/templates/batch-inference/Run-BatchEndpoint-MI.zip`.
147+
- To use a service principle, select `https://azuremlexampledata.blob.core.windows.net/data/templates/batch-inference/Run-BatchEndpoint-SP.zip`.
148148

149149
1. A preview of the pipeline shows up in the portal. Select **Use this template**.
150150

articles/machine-learning/how-to-use-batch-fabric.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ In this article, you learn how to consume Azure Machine Learning batch deploymen
3434
- Create/manage batch endpoints and deployments: Use roles Owner, contributor, or custom role allowing `Microsoft.MachineLearningServices/workspaces/batchEndpoints/*`.
3535
- Create ARM deployments in the workspace resource group: Use roles Owner, contributor, or custom role allowing `Microsoft.Resources/deployments/write` in the resource group where the workspace is deployed.
3636
- A model deployed to a batch endpoint. If you don't have one, use the steps in [Deploy models for scoring in batch endpoints](how-to-use-batch-model-deployments.md) to create one.
37-
- Download the [_heart-unlabeled.csv_](https://azuremlexampledata.blob.core.windows.net/data/heart-disease-uci-unlabeled/heart-unlabeled.csv) sample dataset to use for scoring.
37+
- Download the `https://azuremlexampledata.blob.core.windows.net/data/heart-disease-uci-unlabeled/heart-unlabeled.csv` sample dataset to use for scoring.
3838

3939
## Architecture
4040

0 commit comments

Comments
 (0)