You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/v1/how-to-attach-compute-targets.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,14 +54,14 @@ To use compute targets managed by Azure Machine Learning, see:
54
54
55
55
## What's a compute target?
56
56
57
-
With Azure Machine Learning, you can train your model on various resources or environments, collectively referred to as [__compute targets__](concept-azure-machine-learning-architecture.md#compute-targets). A compute target can be a local machine or a cloud resource, such as an Azure Machine Learning Compute, Azure HDInsight, or a remote virtual machine. You also use compute targets for model deployment as described in ["Where and how to deploy your models"](../how-to-deploy-and-where.md).
57
+
With Azure Machine Learning, you can train your model on various resources or environments, collectively referred to as [__compute targets__](concept-azure-machine-learning-architecture.md#compute-targets). A compute target can be a local machine or a cloud resource, such as an Azure Machine Learning Compute, Azure HDInsight, or a remote virtual machine. You also use compute targets for model deployment as described in ["Where and how to deploy your models"](../how-to-deploy-managed-online-endpoints.md).
58
58
59
59
60
60
## Local computer
61
61
62
62
When you use your local computer for **training**, there is no need to create a compute target. Just [submit the training run](../how-to-set-up-training-targets.md) from your local machine.
63
63
64
-
When you use your local computer for **inference**, you must have Docker installed. To perform the deployment, use [LocalWebservice.deploy_configuration()](/python/api/azureml-core/azureml.core.webservice.local.localwebservice#deploy-configuration-port-none-) to define the port that the web service will use. Then use the normal deployment process as described in [Deploy models with Azure Machine Learning](../how-to-deploy-and-where.md).
64
+
When you use your local computer for **inference**, you must have Docker installed. To perform the deployment, use [LocalWebservice.deploy_configuration()](/python/api/azureml-core/azureml.core.webservice.local.localwebservice#deploy-configuration-port-none-) to define the port that the web service will use. Then use the normal deployment process as described in [Deploy models with Azure Machine Learning](../how-to-deploy-managed-online-endpoints.md).
65
65
66
66
## Remote virtual machines
67
67
@@ -370,5 +370,5 @@ See these notebooks for examples of training with various compute targets:
370
370
* Use the compute resource to [configure and submit a training run](../how-to-set-up-training-targets.md).
371
371
*[Tutorial: Train and deploy a model](../tutorial-train-deploy-notebook.md) uses a managed compute target to train a model.
372
372
* Learn how to [efficiently tune hyperparameters](../how-to-tune-hyperparameters.md) to build better models.
373
-
* Once you have a trained model, learn [how and where to deploy models](../how-to-deploy-and-where.md).
373
+
* Once you have a trained model, learn [how and where to deploy models](../how-to-deploy-managed-online-endpoints.md).
374
374
*[Use Azure Machine Learning with Azure Virtual Networks](../how-to-network-security-overview.md)
0 commit comments