Skip to content

Commit 3b3288e

Browse files
authored
Merge pull request #96767 from sdgilley/sdg-master
update code, remove note
2 parents 8f3fcfc + 3ccd457 commit 3b3288e

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

articles/machine-learning/service/how-to-set-up-training-targets.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.reviewer: sgilley
99
ms.service: machine-learning
1010
ms.subservice: core
1111
ms.topic: conceptual
12-
ms.date: 10/25/2019
12+
ms.date: 11/21/2019
1313
ms.custom: seodec18
1414
---
1515
# Set up and use compute targets for model training
@@ -26,7 +26,7 @@ In this article, you learn how to use various compute targets for model training
2626

2727

2828
>[!NOTE]
29-
> Code in this article was tested with Azure Machine Learning SDK version 1.0.39.
29+
> Code in this article was tested with Azure Machine Learning SDK version 1.0.74.
3030
3131
## Compute targets for training
3232

@@ -100,9 +100,6 @@ You can create an Azure Machine Learning compute environment on demand when you
100100

101101
You can create Azure Machine Learning Compute as a compute target at run time. The compute is automatically created for your run. The compute is deleted automatically once the run completes.
102102

103-
> [!NOTE]
104-
> To specify the max number of nodes to use, you would normally set `node_count` to the number of nodes. There is currently (04/04/2019) a bug that prevents this from working. As a workaround, use the `amlcompute._cluster_max_node_count` property of the run configuration. For example, `run_config.amlcompute._cluster_max_node_count = 5`.
105-
106103
> [!IMPORTANT]
107104
> Run-based creation of Azure Machine Learning compute is currently in Preview. Don't use run-based creation if you use automated hyperparameter tuning or automated machine learning. To use hyperparameter tuning or automated machine learning, create a [persistent compute](#persistent) target instead.
108105

0 commit comments

Comments
 (0)