Azure / Azure/MachineLearningNotebooks
RunConfiguration.load() does not work
- 主要語言
- Jupyter Notebook
- 星號
- 4.4k
- 分支
- 2.6k
- PR 合併指標
- 30 天內沒有已合併 PR
描述
Hi
It appears the RunConfiguration.load() does not work. For example code snippit:
```
hdi_run_config = RunConfiguration()
hdi_run_config.load(path='.', name='hdi')
```
It finds the file - but after putting a debug point after the load, the object clearly isn't loaded with the hdi.runconfig, and is instead loaded with a default local.runconfig (which isn't in the project). In addition to this, after doing a exp.submit, it automatically creates a aml_config directory with docker.runconfig, local.runconfig, conda_dependencies.yml which is not related to what we doing (these are just templates anyway).
貢獻指南
這個儲存庫沒有索引到貢獻指南
研究方向
Start by reproducing the RunConfiguration.load(path='.', name='hdi') example and inspect the resulting configuration. Compare it with the hdi.runconfig file and observe the aml_config files created after exp.submit. Done means the requested configuration is loaded rather than local.runconfig and unrelated template files are not unexpectedly created.
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- azure, jupyter-notebook, python
- 領域
- cloud, machine-learning
- Issue 類型
- 缺陷
- 難度
- 4/5
- 預估耗時
- 3-5 天
- 活躍度
- 停滯
- 描述清晰度
- 基本清楚
- 新手友好度
- 30/100