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 azure storage helper #200

Closed lovettchris closed 1 year ago

lovettchris commented 1 year ago

Pull Request Template

Description

ArchaiStore wraps an Azure 'status' Table and associated Blob Storage used to provide a backing store and collated status for long running jobs. This is actually a general purpose utility class that could be used for anything. The 'status' table support a locking concept that allows the status table to be used as a way or coordinating jobs across multiple machines

Fixes: # (issue)

Changes

Please delete options that are not relevant.

Configuration:

Final checks:

lovettchris commented 1 year ago

already reviewed in my other PR, I'm pulling it out because the other PR test won't pass otherwise.