Skip to content

Commit 52c8158

Browse files
author
Larry Franks
committed
tweaks for acrolinx, redirect file
1 parent 7a6d7db commit 52c8158

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,11 @@
165165
"redirect_url": "/azure/machine-learning/service/how-to-deploy-fpga-web-service",
166166
"redirect_document_id": false
167167
},
168+
{
169+
"source_path": "articles/machine-learning/service/how-to-debug-batch-predictions.md",
170+
"redirect_url": "/azure/machine-learning/service/how-to-debug-parallel-run-step",
171+
"redirect_document_id": false
172+
},
168173
{
169174
"source_path": "articles/machine-learning/service/quickstart-run-local-notebook.md",
170175
"redirect_url": "/azure/machine-learning/service/how-to-configure-environment#local",

articles/machine-learning/how-to-debug-parallel-run-step.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.topic: conceptual
99
ms.reviewer: trbye, jmartens, larryfr, vaidyas
1010
ms.author: trmccorm
1111
author: tmccrmck
12-
ms.date: 11/21/2019
12+
ms.date: 01/15/2020
1313
---
1414

1515
# Debug and troubleshoot ParallelRunStep
@@ -42,10 +42,10 @@ When you need a full understanding of how each node executed the score script, l
4242
- `~/logs/sys/worker/<ip_address>/Process-*.txt`: This file provides detailed info about each mini-batch as it is picked up or completed by a worker. For each mini-batch, this file includes:
4343

4444
- The IP address and the PID of the worker process.
45-
- The total number of items, successfully processed items count and failed item count.
45+
- The total number of items, successfully processed items count, and failed item count.
4646
- The start time, duration, process time and run method time.
4747

48-
You can also find information on the resource usage of the processes for each worker. This information is in CSV format and is located at `~/logs/sys/perf/<ip_address>/`. For single node job files will be available under `~logs/sys/perf`. For example, when checking for resource utilization, look at the following files:
48+
You can also find information on the resource usage of the processes for each worker. This information is in CSV format and is located at `~/logs/sys/perf/<ip_address>/`. For a single node, job files will be available under `~logs/sys/perf`. For example, when checking for resource utilization, look at the following files:
4949

5050
- `Process-*.csv`: Per worker process resource usage.
5151
- `sys.csv`: Per node log.

articles/machine-learning/how-to-use-parallel-run-step.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.topic: tutorial
1010
ms.reviewer: trbye, jmartens, larryfr, vaidyas
1111
ms.author: vaidyas
1212
author: vaidya-s
13-
ms.date: 11/04/2019
13+
ms.date: 01/15/2020
1414
ms.custom: Ignite2019
1515
---
1616

articles/machine-learning/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@
341341
- name: 'Designer: Retrain using published pipelines'
342342
displayName: retrain, designer, published pipeline
343343
href: how-to-retrain-designer.md
344-
- name: Use parallal run step
344+
- name: Use parallel run step
345345
displayName: score scoring batch consume pipeline parallelrunstep inference
346346
href: how-to-use-paralle-run-step.md
347347
- name: Debug & troubleshoot parallel run step

0 commit comments

Comments
 (0)