Skip to content

Commit 0635f43

Browse files
author
Larry Franks
committed
getting acrolinx score up
1 parent 52c8158 commit 0635f43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ def run(mini_batch):
7575
return mini_batch
7676
```
7777

78-
### How could I pass a side input, e.g., a file or files(s) containing a lookup table, to all my workers?
78+
### How could I pass a side input such as, a file or file(s) containing a lookup table, to all my workers?
7979

80-
Construct a [Dataset](https://docs.microsoft.com/en-us/python/api/azureml-core/azureml.core.dataset.dataset?view=azure-ml-py) object containing the side input and register with your workspace. After that you can access it in your inference script (e.g., in your init() method) as follows:
80+
Construct a [Dataset](https://docs.microsoft.com/en-us/python/api/azureml-core/azureml.core.dataset.dataset?view=azure-ml-py) object containing the side input and register with your workspace. After that you can access it in your inference script (for example, in your init() method) as follows:
8181

8282
```python
8383
from azureml.core.run import Run

0 commit comments

Comments
 (0)