You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-use-pipeline-ui.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,7 +108,7 @@ You can edit your pipeline and then submit again. After submitting, you can see
108
108
109
109
## Compare different pipelines to debug failure or other unexpected issues (preview)
110
110
111
-
Pipeline comparison identifies the differences (including topology, component properties, and job properties) between multiple jobs, for example: a successful one and a failed one, which helps you find what modifications make your pipeline fail.
111
+
Pipeline comparison identifies the differences (including topology, component properties, and job properties) between multiple jobs. For example you can compare a successful pipeline and a failed pipeline, which helps you find what modifications make your pipeline fail.
112
112
113
113
Two major scenarios where you can use pipeline comparison to help with debugging:
114
114
@@ -123,7 +123,7 @@ To enable this feature:
123
123
124
124
:::image type="content" source="./media/how-to-use-pipeline-ui/enable-preview.png" alt-text="Screenshot of manage preview features toggled on." lightbox= "./media/how-to-use-pipeline-ui/enable-preview.png":::
125
125
126
-
### How to debug your failed pipeline job by comparing to a completed one
126
+
### How to debug your failed pipeline job by comparing it to a completed one
127
127
128
128
During iterative model development, you may have a baseline pipeline, and then do some modifications such as changing a parameter, dataset or compute resource, etc. If your new pipeline failed, you can use pipeline comparison to identify what has changed by comparing it to the baseline pipeline, which could help with figuring out why it failed.
129
129
@@ -144,7 +144,7 @@ For example, you may get an error message showing that your pipeline failed due
144
144
145
145
### Compare topology
146
146
147
-
Once the two pipelines are added to the comparison list, you'll have two options: **Compare detail** and **Compare graph**. The **Compare graph**is to compare pipeline topology.
147
+
Once the two pipelines are added to the comparison list, you'll have two options: **Compare detail** and **Compare graph**. **Compare graph**allows you to compare pipeline topology.
148
148
149
149
**Compare graph** shows you the graph topology changes between pipeline A and B. The special nodes in pipeline A are highlighted in red and marked with "A only". The special nodes in pipeline B are in green and marked with "B only". The shared nodes are in gray. If there are differences on the shared nodes, what has been changed is shown on the top of node.
150
150
@@ -182,7 +182,7 @@ If you only updated node properties and changed nothing in the pipeline, then yo
182
182
1. Find a successful job to compare with by viewing all runs submitted from the same component.
183
183
1. Right select the failed node and select *View Jobs*. This will give you a list of all the jobs.
184
184
185
-
:::image type="content" source="./media/how-to-use-pipeline-ui/view-jobs.png" alt-text="Screenshot that shows a failed node with view jobs highlighted." lightbox= "./media/how-to-use-pipeline-ui/view-jobs.png":::
185
+
:::image type="content" source="./media/how-to-use-pipeline-ui/view-jobs.png" alt-text="Screenshot that shows a failed node with view jobs highlighted." lightbox= "./media/how-to-use-pipeline-ui/view-jobs.png":::
186
186
187
187
1. Choose a completed job as a comparison target.
188
188
1. After you found a failed and completed job to compare with, add the two jobs to the comparison candidate list.
@@ -230,7 +230,7 @@ To enable this feature:
230
230
231
231
If you select the log icon next the node name it will open the detail page, which shows parameter, code, outputs, logs etc.
232
232
233
-
:::image type="content" source="./media/how-to-use-pipeline-ui/detail-page-from-log-icon.png" alt-text="Screenshot highlighting the log icon and showing the detail page." lightbox= "./media/how-to-use-pipeline-ui/detail-page-from-log-icon.png":::
233
+
:::image type="content" source="./media/how-to-use-pipeline-ui/detail-page-from-log-icon.png" alt-text="Screenshot highlighting the log icon and showing the detail page." lightbox= "./media/how-to-use-pipeline-ui/detail-page-from-log-icon.png":::
234
234
235
235
If you're trying to make the queue time shorter for a node, you can change the compute node number and modify job priority to get more compute resources on this one.
0 commit comments