Skip to content

Commit 04eae7b

Browse files
committed
removing include/merging with docs
1 parent c69dd90 commit 04eae7b

11 files changed

Lines changed: 18 additions & 34 deletions

articles/machine-learning/includes/machine-learning-low-pri-vm.md

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

articles/machine-learning/includes/machine-learning-py38-ignore.md

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

articles/machine-learning/v1/how-to-monitor-tensorboard.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,8 @@ compute_target.wait_for_completion(show_output=True, min_node_count=None)
141141
# print(compute_target.get_status().serialize())
142142
```
143143

144-
[!INCLUDE [low-pri-note](../includes/machine-learning-low-pri-vm.md)]
144+
> [!NOTE]
145+
> You may choose to use [low-priority VMs](../how-to-manage-optimize-cost.md#low-pri-vm) to run some or all of your workloads. See how to [create a low-priority VM](how-to-create-attach-compute-cluster.md#lower-your-compute-cluster-cost-with-low-priority-vms).
145146
146147
### Configure and submit training job
147148

articles/machine-learning/v1/how-to-secure-training-vnet.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,8 @@ except ComputeTargetException:
278278

279279
When the creation process finishes, you train your model. For more information, see [Select and use a compute target for training](how-to-set-up-training-targets.md).
280280

281-
[!INCLUDE [low-pri-note](../includes/machine-learning-low-pri-vm.md)]
281+
> [!NOTE]
282+
> You may choose to use [low-priority VMs](../how-to-manage-optimize-cost.md#low-pri-vm) to run some or all of your workloads. See how to [create a low-priority VM](how-to-create-attach-compute-cluster.md#lower-your-compute-cluster-cost-with-low-priority-vms).
282283
283284
## Azure Databricks
284285

articles/machine-learning/v1/how-to-train-keras.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,8 @@ except ComputeTargetException:
123123
compute_target.wait_for_completion(show_output=True, min_node_count=None, timeout_in_minutes=20)
124124
```
125125

126-
[!INCLUDE [low-pri-note](../includes/machine-learning-low-pri-vm.md)]
126+
> [!NOTE]
127+
> You may choose to use [low-priority VMs](../how-to-manage-optimize-cost.md#low-pri-vm) to run some or all of your workloads. See how to [create a low-priority VM](how-to-create-attach-compute-cluster.md#lower-your-compute-cluster-cost-with-low-priority-vms).
127128
128129
For more information on compute targets, see the [what is a compute target](../concept-compute-target.md) article.
129130

articles/machine-learning/v1/how-to-train-pytorch.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,8 @@ except ComputeTargetException:
117117

118118
If you instead want to create a CPU cluster, provide a different VM size to the vm_size parameter, such as STANDARD_D2_V2.
119119

120-
[!INCLUDE [low-pri-note](../includes/machine-learning-low-pri-vm.md)]
120+
> [!NOTE]
121+
> You may choose to use [low-priority VMs](../how-to-manage-optimize-cost.md#low-pri-vm) to run some or all of your workloads. See how to [create a low-priority VM](how-to-create-attach-compute-cluster.md#lower-your-compute-cluster-cost-with-low-priority-vms).
121122
122123
For more information on compute targets, see the [what is a compute target](../concept-compute-target.md) article.
123124

articles/machine-learning/v1/how-to-train-tensorflow.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,8 @@ except ComputeTargetException:
123123
compute_target.wait_for_completion(show_output=True, min_node_count=None, timeout_in_minutes=20)
124124
```
125125

126-
[!INCLUDE [low-pri-note](../includes/machine-learning-low-pri-vm.md)]
126+
> [!NOTE]
127+
> You may choose to use [low-priority VMs](../how-to-manage-optimize-cost.md#low-pri-vm) to run some or all of your workloads. See how to [create a low-priority VM](how-to-create-attach-compute-cluster.md#lower-your-compute-cluster-cost-with-low-priority-vms).
127128
128129
For more information on compute targets, see the [what is a compute target](../concept-compute-target.md) article.
129130

articles/machine-learning/v1/how-to-use-automlstep-in-pipelines.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ if not compute_name in ws.compute_targets :
9494
compute_target = ws.compute_targets[compute_name]
9595
```
9696

97-
[!INCLUDE [low-pri-note](../includes/machine-learning-low-pri-vm.md)]
97+
> [!NOTE]
98+
> You may choose to use [low-priority VMs](../how-to-manage-optimize-cost.md#low-pri-vm) to run some or all of your workloads. See how to [create a low-priority VM](how-to-create-attach-compute-cluster.md#lower-your-compute-cluster-cost-with-low-priority-vms).
9899
99100
The intermediate data between the data preparation and the automated ML step can be stored in the workspace's default datastore, so we don't need to do more than call `get_default_datastore()` on the `Workspace` object.
100101

articles/machine-learning/v1/tutorial-1st-experiment-bring-data.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,8 @@ Select **Save and run script in terminal** to run the *run-pytorch-data.py* scr
274274

275275
This code will print a URL to the experiment in the Azure Machine Learning studio. If you go to that link, you'll be able to see your code running.
276276

277-
[!INCLUDE [amlinclude-info](../includes/machine-learning-py38-ignore.md)]
277+
> [!NOTE]
278+
> You may see some warnings starting with *Failure while loading azureml_run_type_providers...*. You can ignore these warnings. Use the link at the bottom of these warnings to view your output.
278279
279280

280281
### Inspect the log file

articles/machine-learning/v1/tutorial-1st-experiment-hello-world.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,8 @@ Here's a description of how the control script works:
154154

155155
1. Once you're authenticated, you'll see a link in the terminal. Select the link to view the job.
156156

157-
[!INCLUDE [amlinclude-info](../includes/machine-learning-py38-ignore.md)]
157+
> [!NOTE]
158+
> You may see some warnings starting with *Failure while loading azureml_run_type_providers...*. You can ignore these warnings. Use the link at the bottom of these warnings to view your output.
158159
159160
## View the output
160161

0 commit comments

Comments
 (0)