Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Register models on the run, rather than in the workspace #194

Closed
ant0nsc opened this issue Sep 3, 2020 · 0 comments · Fixed by #276
Closed

Register models on the run, rather than in the workspace #194

ant0nsc opened this issue Sep 3, 2020 · 0 comments · Fixed by #276
Projects

Comments

@ant0nsc
Copy link
Contributor

ant0nsc commented Sep 3, 2020

At present, all models are registered in AzureML by Model.register. This means that from the list of models we can't have a reference back to which run generated the model.
Instead, in AzureML runs, register the models by run.register_model. Caveat here is that the API does not allow child paths, hence have to copy into a separate folder.
For runs on the commandline, continue to register by Model.register.

@ant0nsc ant0nsc added this to Current Sprint in InnerEye Sep 23, 2020
@ant0nsc ant0nsc moved this from Current Sprint to In progress in InnerEye Oct 14, 2020
@ant0nsc ant0nsc moved this from In progress to Backlog in InnerEye Oct 21, 2020
@ant0nsc ant0nsc moved this from Backlog to Current Sprint in InnerEye Nov 2, 2020
@ant0nsc ant0nsc moved this from Current Sprint to In progress in InnerEye Nov 4, 2020
InnerEye automation moved this from In progress to Done Nov 16, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
No open projects
InnerEye
  
Done
Development

Successfully merging a pull request may close this issue.

1 participant