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