Azure / Azure/MachineLearningNotebooks

Long execution times when retrieving hyperdrive results

未關閉
#1,302 6 則留言 1 個 reaction 已指派 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 摘要。