Skip to content

Commit 330e67c

Browse files
committed
Change title to Next steps
1 parent a642bd7 commit 330e67c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ ParallelRunStep will set the current attempt to process the mini-batch to failur
385385
### Why do I have a lot of processNNN files?
386386
ParallelRunStep will start new worker processes in replace of the ones exited abnormally, and each process will generate a `processNNN` file as log. However, if the process failed because of exception during the `init` function of user script, and that the error repeated continuously for `3 * process_count_per_node` times, no new worker process will be started.
387387

388-
## References
388+
## Next steps
389389

390390
* See these [Jupyter notebooks demonstrating Azure Machine Learning pipelines](https://github.com/Azure/MachineLearningNotebooks/tree/master/how-to-use-azureml/machine-learning-pipelines)
391391

0 commit comments

Comments
 (0)