Azure / Azure/MachineLearningNotebooks
Submit child runs from a pipeline step
Offen
- Vorherrschende Sprache
- Jupyter Notebook
- Sterne
- 4.4k
- Forks
- 2.6k
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
I would like to submit child runs from within a pipeline step. Specifically, the script in my `PythonScriptStep` has a for-loop to train a model with different parameters. I would like each step in the for-loop to be submitted to a node in my compute cluster. How can I do that? I am thinking I could use [`Run.submit_child()`](https://docs.microsoft.com/en-us/python/api/azureml-core/azureml.core.run(class)?view=azure-ml-py#azureml-core-run-submit-child) inside the for loop to spawn multiple jobs. Is there any guide on how to do so?
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.