Azure / Azure/MachineLearningNotebooks

RunConfiguration.load() does not work

Open
#322 11 comments 0 reactions 0 assignees View on GitHub
ADO MLOps product-issue
Dominant language
Jupyter Notebook
Stars
4.4k
Forks
2.6k
PR merge metrics
No merged PRs in 30d

Description

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).

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.