Skip to content

Commit 2214ea8

Browse files
committed
update samples from Release-160 as a part of 1.0.76 SDK release
1 parent b54b256 commit 2214ea8

File tree

89 files changed

+508
-3346
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+508
-3346
lines changed

.amlignore

Lines changed: 0 additions & 7 deletions
This file was deleted.

.vscode/settings.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

aml_config/conda_dependencies.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

aml_config/docker.runconfig

Lines changed: 0 additions & 115 deletions
This file was deleted.

aml_config/local.runconfig

Lines changed: 0 additions & 115 deletions
This file was deleted.

aml_config/project.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

configuration.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"source": [
104104
"import azureml.core\n",
105105
"\n",
106-
"print(\"This notebook was created using version 1.0.74.1 of the Azure ML SDK\")\n",
106+
"print(\"This notebook was created using version 1.0.76 of the Azure ML SDK\")\n",
107107
"print(\"You are currently using version\", azureml.core.VERSION, \"of the Azure ML SDK\")"
108108
]
109109
},

contrib/batch_inferencing/file-dataset-image-inference-mnist.ipynb

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@
88
"Licensed under the MIT License."
99
]
1010
},
11+
{
12+
"cell_type": "markdown",
13+
"metadata": {},
14+
"source": [
15+
"![Impressions](https://PixelServer20190423114238.azurewebsites.net/api/impressions/MachineLearningNotebooks/how-to-use-azureml/machine-learning-pipelines/contrib/batch_inferencing/file-dataset-image-inference-mnist.png)"
16+
]
17+
},
1118
{
1219
"cell_type": "markdown",
1320
"metadata": {},
@@ -29,8 +36,6 @@
2936
"- Register the pretrained MNIST model into the model registry. \n",
3037
"- Use the registered model to do batch inference on the images in the data blob container.\n",
3138
"\n",
32-
"![Impressions](https://PixelServer20190423114238.azurewebsites.net/api/impressions/MachineLearningNotebooks/how-to-use-azureml/machine-learning-pipelines/contrib/batch_inferencing/file-dataset-image-inference-mnist.png)\n",
33-
"\n",
3439
"## Prerequisites\n",
3540
"If you are using an Azure Machine Learning Notebook VM, you are all set. Otherwise, make sure you go through the configuration Notebook located at https://github.com/Azure/MachineLearningNotebooks first. This sets you up with a working config file that has information on your workspace, subscription id, etc. "
3641
]
@@ -485,7 +490,7 @@
485490
"source": [
486491
"## Cleanup Compute resources\n",
487492
"\n",
488-
"For re-occuring jobs, it may be wise to keep compute the compute resources and allow compute nodes to scale down to 0. However, since this is just a single-run job, we are free to release the allocated compute resources."
493+
"For re-occurring jobs, it may be wise to keep compute the compute resources and allow compute nodes to scale down to 0. However, since this is just a single-run job, we are free to release the allocated compute resources."
489494
]
490495
},
491496
{
@@ -514,6 +519,27 @@
514519
"name": "tracych"
515520
}
516521
],
522+
"friendly_name": "MNIST data inferencing using ParallelRunStep",
523+
"exclude_from_index": false,
524+
"index_order": 1,
525+
"category": "Other notebooks",
526+
"compute": [
527+
"AML Compute"
528+
],
529+
"datasets": [
530+
"MNIST"
531+
],
532+
"deployment": [
533+
"None"
534+
],
535+
"framework": [
536+
"None"
537+
],
538+
"tags": [
539+
"Batch Inferencing",
540+
"Pipeline"
541+
],
542+
"task": "Digit identification",
517543
"kernelspec": {
518544
"display_name": "Python 3.6",
519545
"language": "python",

0 commit comments

Comments
 (0)