Skip to content

Commit 2bc3f5e

Browse files
Acrolinx
1 parent bd9b576 commit 2bc3f5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/v1/how-to-debug-pipelines.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ file_path = os.path.join(script_dir, "<file_name>")
128128
- `run_invocation_timeout`: The `run()` method invocation timeout in seconds. (optional; default value is `60`)
129129
- `run_max_try`: Maximum try count of `run()` for a mini-batch. A `run()` is failed if an exception is thrown, or nothing is returned when `run_invocation_timeout` is reached (optional; default value is `3`).
130130

131-
You can specify `mini_batch_size`, `node_count`, `process_count_per_node`, `logging_level`, `run_invocation_timeout`, and `run_max_try` as `PipelineParameter`, so that when you resubmit a pipeline run, you can fine-tune the parameter values. In this example, you use `PipelineParameter` for `mini_batch_size` and `Process_count_per_node` and you will change these values when resubmit a run later.
131+
You can specify `mini_batch_size`, `node_count`, `process_count_per_node`, `logging_level`, `run_invocation_timeout`, and `run_max_try` as `PipelineParameter`, so that when you resubmit a pipeline run, you can fine-tune the parameter values. In this example, you use `PipelineParameter` for `mini_batch_size` and `Process_count_per_node` and you will change these values when you resubmit a run later.
132132

133133
### Parameters for creating the ParallelRunStep
134134

@@ -355,4 +355,4 @@ model_download_step = PythonScriptStep(
355355

356356
* See the SDK reference for help with the [azureml-pipelines-core](/python/api/azureml-pipeline-core/) package and the [azureml-pipelines-steps](/python/api/azureml-pipeline-steps/) package.
357357

358-
* See the list of [designer exceptions and error codes](../algorithm-module-reference/designer-error-codes.md).
358+
* See the list of [designer exceptions and error codes](../algorithm-module-reference/designer-error-codes.md).

0 commit comments

Comments
 (0)