Skip to content

Commit 4403090

Browse files
Merge pull request #217108 from santiagxf/santiagxf/azureml-batch-follow
Santiagxf/azureml batch follow
2 parents 9bf9a25 + 8c1ba91 commit 4403090

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

articles/machine-learning/batch-inference/how-to-deploy-model-custom-output.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ The model has been trained using an `XGBBoost` classifier and all the required p
4343

4444
[!INCLUDE [clone repo & set defaults](../../../includes/machine-learning-cli-prepare.md)]
4545

46+
### Follow along in Jupyter Notebooks
47+
48+
You can follow along this sample in a Jupyter Notebook. In the cloned repository, open the notebook: [custom-output-batch.ipynb](https://github.com/Azure/azureml-examples/blob/main/sdk/python/endpoints/batch/custom-output-batch.ipynb).
49+
4650
## Creating a batch deployment with a custom output
4751

4852
In this example, we are going to create a deployment that can write directly to the output folder of the batch deployment job. The deployment will use this feature to write custom parquet files.

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ The model we are going to work with was built using TensorFlow along with the Re
3535

3636
A sample of this model can be downloaded from `https://azuremlexampledata.blob.core.windows.net/data/imagenet/model.zip`.
3737

38+
### Follow along in Jupyter Notebooks
39+
40+
You can follow along this sample in a Jupyter Notebook. In the cloned repository, open the notebook: [imagenet-classifier-batch.ipynb](https://github.com/Azure/azureml-examples/blob/main/sdk/python/endpoints/batch/imagenet-classifier-batch.ipynb).
41+
3842
## Image classification with batch deployments
3943

4044
In this example, we are going to learn how to deploy a deep learning model that can classify a given image according to the [taxonomy of ImageNet](https://image-net.org/).

articles/machine-learning/batch-inference/how-to-nlp-processing-batch.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ summarizer.save_pretrained(model_local_path)
4646

4747
A local copy of the model will be placed at `bart-text-summarization/model`. We will use it during the course of this tutorial.
4848

49+
### Follow along in Jupyter Notebooks
50+
51+
You can follow along this sample in a Jupyter Notebook. In the cloned repository, open the notebook: [text-summarization-batch.ipynb](https://github.com/Azure/azureml-examples/blob/main/sdk/python/endpoints/batch/text-summarization-batch.ipynb).
52+
4953
## NLP tasks with batch deployments
5054

5155
In this example, we are going to learn how to deploy a deep learning model based on the BART architecture that can perform text summarization over text in English. The text will be placed in CSV files for convenience.

0 commit comments

Comments
 (0)