You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provide an API for downloading and loading a model from Weights & Biases (w&b) and another API for loading a locally stored model. The aim is to enable researchers to seamlessly run experiments on all trained models.
Acceptance Criteria
Implement an API for downloading and loading a model from w&b
Implement an API for loading a locally stored model
Additional Notes
Consider updating load_model_with_configs to accept a local run.
Evaluate the current file structure for saving local runs and consider using the w&b artifact cache instead.
Investigate storage limits for w&b, as this could become a limiting factor
The text was updated successfully, but these errors were encountered:
mivanit
changed the title
As a researcher I want a simple interface for downloading models that other researchers have trained
interface for downloading/loading wandb & local models
Mar 31, 2023
Description
Provide an API for downloading and loading a model from Weights & Biases (w&b) and another API for loading a locally stored model. The aim is to enable researchers to seamlessly run experiments on all trained models.
Acceptance Criteria
Additional Notes
The text was updated successfully, but these errors were encountered: