Azure / Azure/MachineLearningNotebooks

Long execution times when retrieving hyperdrive results

オープン
#1,302 コメント 6 件 リアクション 1 件 担当者 1 名 @mx-iao が担当を希望しています GitHub で見る
ADO Hyperdrive product-issue
主要言語
Jupyter Notebook
スター
4.4k
フォーク
2.6k
PR マージ指標
30日以内にマージされた PR はありません

説明

```python
exp = Experiment(ws, 'hyperdrive')
exp_runs = exp.get_runs()
run_id = '#hyperdrive_run_id'
for run in exp_runs:
if run.id == run_id:
break

# this takes quite some time
hyperparams_set = run.get_hyperparameters()
metrics = run.get_metrics()
```

We notice long execution times (of the order of ~5 minutes) when retrieving hyperdrive results (hyperparameter results). We log simple values and some lists during the hyperdrive step execution, which does not have more than 300 child runs. Is this the expected behaviour?

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

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

評価

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

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

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