Skip to content

Commit 5171996

Browse files
authored
Update how-to-image-processing-batch.md
1 parent 155a9fc commit 5171996

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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/).

0 commit comments

Comments
 (0)