Azure / Azure/MachineLearningNotebooks

RunConfiguration.load() does not work

Ouverte
#322 11 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
ADO MLOps product-issue
Langage dominant
Jupyter Notebook
Étoiles
4.4k
Forks
2.6k
Métriques de merge des PR
Aucune PR mergée en 30 j

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

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.