Skip to content

Commit f35e6b7

Browse files
committed
remove more html
1 parent 36fa06d commit f35e6b7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ optimizer = optim.SGD(
163163
```
164164

165165

166-
## <a name="upload"></a> Upload the data to Azure
166+
## Upload the data to Azure
167167

168168
To run this script in Azure Machine Learning, you need to make your training data available in Azure. Your Azure Machine Learning workspace comes equipped with a _default_ datastore. This is an Azure Blob Storage account where you can store your training data.
169169

articles/machine-learning/v1/tutorial-1st-experiment-sdk-train.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ The training code is taken from [this introductory example](https://pytorch.org/
142142
:::image type="content" source="../media/tutorial-1st-experiment-sdk-train/directory-structure.png" alt-text="Directory structure shows train.py in src subdirectory":::
143143

144144

145-
## <a name="test-local"></a> Test locally
145+
## Test locally
146146

147147
Select **Save and run script in terminal** to run the *train.py* script directly on the compute instance.
148148

@@ -258,7 +258,7 @@ If you see an error `Your total snapshot size exceeds the limit`, the **data** f
258258
Select the **...** at the end of the folder, then select **Move** to move **data** to the **get-started** folder.
259259

260260

261-
## <a name="log"></a> Log training metrics
261+
## Log training metrics
262262

263263
Now that you have a model training in Azure Machine Learning, start tracking some performance metrics.
264264

0 commit comments

Comments
 (0)