Skip to content

Commit d9d2b4c

Browse files
authored
Merge pull request #97836 from sdgilley/sdg-master
clarify usage scenarios in Compute targets concept
2 parents 04c578d + 54fcbaf commit d9d2b4c

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

includes/aml-compute-target-train.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ ms.author: sgilley
88
manager: cgronlund
99
ms.custom: "include file"
1010
ms.topic: "include"
11-
ms.date: 05/30/2019
11+
ms.date: 12/04/2019
1212
---
13-
**Compute targets can be reused from one training job to the next**. For example, once you attach a remote VM to your workspace, you can reuse it for multiple jobs.
13+
**Compute targets can be reused from one training job to the next**. For example, once you attach a remote VM to your workspace, you can reuse it for multiple jobs. For machine learning pipelines, use the appropriate [pipeline step](https://docs.microsoft.com/python/api/azureml-pipeline-steps/azureml.pipeline.steps?view=azure-ml-py) for each compute target.
1414

15-
|Training  targets| GPU support |[Automated ML](../articles/machine-learning/service/concept-automated-ml.md) | [ML pipelines](../articles/machine-learning/service/concept-ml-pipelines.md) | [Azure Machine Learning designer](../articles/machine-learning/service/concept-designer.md)
16-
|----|:----:|:----:|:----:|:----:|
17-
|[Local computer](../articles/machine-learning/service/how-to-set-up-training-targets.md#local)| maybe | yes |   |   |
18-
|[Azure Machine Learning compute cluster](../articles/machine-learning/service/how-to-set-up-training-targets.md#amlcompute)| yes | yes & <br/>hyperparameter&nbsp;tuning | yes | yes |
19-
|[Remote VM](../articles/machine-learning/service/how-to-set-up-training-targets.md#vm) |yes | yes & <br/>hyperparameter tuning | yes | &nbsp; |
20-
|[Azure&nbsp;Databricks](../articles/machine-learning/service/how-to-create-your-first-pipeline.md#databricks)| &nbsp; | yes | yes | &nbsp; |
21-
|[Azure Data Lake Analytics](../articles/machine-learning/service/how-to-create-your-first-pipeline.md#adla)| &nbsp; | &nbsp; | yes | &nbsp; |
22-
|[Azure HDInsight](../articles/machine-learning/service/how-to-set-up-training-targets.md#hdinsight)| &nbsp; | &nbsp; | yes | &nbsp; |
23-
|[Azure Batch](../articles/machine-learning/service/how-to-set-up-training-targets.md#azbatch)| &nbsp; | &nbsp; | yes | &nbsp; |
15+
|Training &nbsp;targets|[Automated ML](../articles/machine-learning/service/concept-automated-ml.md) | [ML pipelines](../articles/machine-learning/service/concept-ml-pipelines.md) | [Azure Machine Learning designer](../articles/machine-learning/service/concept-designer.md)
16+
|----|:----:|:----:|:----:|
17+
|[Local computer](../articles/machine-learning/service/how-to-set-up-training-targets.md#local)| yes | &nbsp; | &nbsp; |
18+
|[Azure Machine Learning compute cluster](../articles/machine-learning/service/how-to-set-up-training-targets.md#amlcompute)| yes & <br/>hyperparameter&nbsp;tuning | yes | yes |
19+
|[Remote VM](../articles/machine-learning/service/how-to-set-up-training-targets.md#vm) | yes & <br/>hyperparameter tuning | yes | &nbsp; |
20+
|[Azure&nbsp;Databricks](../articles/machine-learning/service/how-to-create-your-first-pipeline.md#databricks)| yes | yes | &nbsp; |
21+
|[Azure Data Lake Analytics](../articles/machine-learning/service/how-to-create-your-first-pipeline.md#adla) | &nbsp; | yes | &nbsp; |
22+
|[Azure HDInsight](../articles/machine-learning/service/how-to-set-up-training-targets.md#hdinsight) | &nbsp; | yes | &nbsp; |
23+
|[Azure Batch](../articles/machine-learning/service/how-to-set-up-training-targets.md#azbatch) | &nbsp; | yes | &nbsp; |

0 commit comments

Comments
 (0)