Skip to content

Commit 382e48e

Browse files
committed
more changes
1 parent 60a9a08 commit 382e48e

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

articles/machine-learning/how-to-debug-pipeline-failure.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ To enable this feature in Azure Machine Learning studio, select the megaphone ic
6363

6464
:::image type="content" source="./media/how-to-debug-pipeline-failure/enable-preview.png" alt-text="Screenshot of the preview feature toggled on." lightbox= "./media/how-to-debug-pipeline-failure/enable-preview.png":::
6565

66-
### Debug a failed pipeline job by comparing it to a successful job
66+
### Compare a failed pipeline job to a successful job
6767

6868
During iterative model development, you might clone and modify a successful baseline pipeline by changing a parameter, dataset, compute resource, or other setting. If the new pipeline fails, you can use pipeline comparison to help figure out the failure by identifying the changes from the parent pipeline.
6969

7070
For example, if you get an error message that your new pipeline failed due to an out-of-memory issue, you can use pipeline comparison to see what changes from the parent pipeline might cause memory issues.
7171

72-
#### Compare a pipeline with its parent
72+
#### Compare the pipeline with its parent
7373

7474
1. On the failed pipeline job page, select **Show lineage**.
7575
1. Select the link in the **Cloned from** popup to open the parent pipeline job page in a new browser tab.
@@ -107,9 +107,10 @@ You can choose to **Show only differences** and **See differences inline**, or s
107107
The following screenshot shows an example of using the detail comparison where the **defaultCompute** setting might be the reason for failure.
108108

109109
:::image type="content" source="./media/how-to-debug-pipeline-failure/compute-detail.png" alt-text="Screenshot showing the comparison overview of the default compute." lightbox= "./media/how-to-debug-pipeline-failure/compute.png":::
110-
### Debug a failed node in a pipeline by comparing to a similar completed node
111110

112-
If you only updated node properties, you can debug the node by comparing it in other jobs that used the same node.
111+
### Compare a failed pipeline node to a similar completed node
112+
113+
If you only updated node properties, you can debug the node by comparing it with the same node in other jobs.
113114

114115
1. Right select a failed node and select **View jobs** to get a list of jobs.
115116

@@ -119,9 +120,9 @@ If you only updated node properties, you can debug the node by comparing it in o
119120
1. On both job pages, select **Add to compare** on the top menu bar to add both jobs to the **Compare** list.
120121
1. Once the two jobs are in the comparison list, select **Compare details** to show the differences.
121122

122-
### Share comparison results
123+
## Share debug results
123124

124-
To share the comparison results with your teammates or other stakeholders, select **Share** on the top menu bar. You can choose to **Copy shareable link to graph** or **Copy pipeline job ID**.
125+
To share debug results with your teammates or other stakeholders, select **Share** on the top menu bar. You can choose to **Copy shareable link to graph** or **Copy pipeline job ID** to share with others.
125126

126127
:::image type="content" source="./media/how-to-debug-pipeline-failure/share-detail.png" alt-text="Screenshot showing the share button and the link you should copy." lightbox= "./media/how-to-debug-pipeline-failure/share.png":::
127128

0 commit comments

Comments
 (0)