microsoft / archai

Accelerate your Neural Architecture Search (NAS) through fast, reproducible and modular research.
https://microsoft.github.io/archai
MIT License
467 stars 92 forks source link

add tutorial on multi node search on azure #195

Closed lovettchris closed 1 year ago

lovettchris commented 1 year ago

Pull Request Template

this PR cannot yet be merged until the Azure ML SDK version 1.5.0 goes live, it was supposed to go out yesterday, but they are stuck on a test failure, should be out shortly.

Description

This notebook and accompanying code shows how to run an Archai Network Architecture Search (NAS) using an Azure Machine Learning Workspace with partial training of models on a GPU cluster providing validation accuracies to guide that search.

This PR replaces https://github.com/microsoft/archai/pull/179

Fixes: # (issue)

Changes

Please delete options that are not relevant.

Configuration:

Final checks:

lovettchris commented 1 year ago

@piero2c , @sytelus - ok, I've resolved the comments, but the PR cannot yet be merged until the Azure ML SDK version 1.5.0 goes live, it was supposed to go out yesterday, but they are stuck on a test failure, should be out shortly.