Azure / Azure/MachineLearningNotebooks

Submit child runs from a pipeline step

オープン
#1,765 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Jupyter Notebook
スター
4.4k
フォーク
2.6k
PR マージ指標
30日以内にマージされた PR はありません

説明

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?

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。