Skip to content

Commit 4e10b5b

Browse files
authored
Merge pull request #42165 from NHaiby/patch-10
Update how-to-build-deploy-image-classification-models.md
2 parents 3252b83 + b89b01d commit 4e10b5b

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

articles/machine-learning/service/how-to-build-deploy-image-classification-models.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,6 @@ else:
223223
## Define DNN models
224224

225225
The following pretrained Deep Neural Network models are supported with this package:
226-
+ AlexNet
227226
+ Resnet-18
228227
+ Resnet-34
229228
+ Resnet-50
@@ -440,14 +439,10 @@ Using an [Azure](https://azure.microsoft.com/) account with a valid subscription
440439
+ To see the current model management account, use the command:
441440
<br>`az ml account modelmanagement show`
442441

443-
**Create and set your deployment environment**
442+
**Create and set your cluster deployment environment**
444443

445444
You only need to set your deployment environment once. If you don't have one yet, set up your deployment environment now using [these instructions](https://docs.microsoft.com/azure/machine-learning/desktop-workbench/deployment-setup-configuration#environment-setup).
446445

447-
Follow either the local or the cluster deployment setup steps correctly based on your need.
448-
+ Local deployments are supported for Linux and Windows 10 machines, but not for the Windows Data Science VM or the Deep Learning VM.
449-
+ Cluster environment deployments are supported for both Linux and Windows.
450-
451446
To see your active deployment environment, use the following CLI command:
452447
<br>`az ml env show`
453448

0 commit comments

Comments
 (0)