Skip to content

Commit c0ddf3e

Browse files
committed
add grey borders
1 parent a2ecbea commit c0ddf3e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,11 +137,12 @@ Following the **Link to Azure Machine Learning studio** takes you to the main ex
137137

138138
When training models at scale over hundreds and thousands of separate runs, this page makes it easy to see every model you trained, specifically how they were trained, and how your unique metrics have changed over time.
139139

140-
![Main Experiment page in the studio](./media/tutorial-1st-experiment-sdk-train/experiment-main.png)
140+
:::image type="content" source="./media/tutorial-1st-experiment-sdk-train/experiment-main.png" alt-text="Main Experiment page in the studio.":::
141+
141142

142143
Select a run number link in the `RUN NUMBER` column to see the page for an individual run. The default tab **Details** shows you more-detailed information on each run. Navigate to the **Outputs + logs** tab, and you see the `.pkl` file for the model that was uploaded to the run during each training iteration. Here you can download the model file, rather than having to retrain it manually.
143144

144-
![Run details page in the studio](./media/tutorial-1st-experiment-sdk-train/model-download.png)
145+
:::image type="content" source="./media/tutorial-1st-experiment-sdk-train/model-download.png" alt-text="Run details page in the studio.":::
145146

146147
## Get the best model
147148

0 commit comments

Comments
 (0)