Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Models can be logged as W&B artifacts. #511

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pcuenca
Copy link

@pcuenca pcuenca commented Feb 21, 2022

Upload is controlled by a new option logger/wandb/log_model. When
enabled, model files are uploaded to W&B as artifacts attached to the
current run, at the frequency specified by save_checkpoint_freq.

I'm using this feature for several purposes:

  • Centralized storage of models being trained in various locations.
  • Decoupling of training and testing. I usually upload models as training
    progresses, while a job running in a different computer downloads them
    and performs arbitrary metrics / evaluation tasks.

Upload is controlled by a new option `logger`/`wandb`/`log_model`. When
enabled, model files are uploaded to W&B as artifacts attached to the
current run, at the frequency specified by `save_checkpoint_freq`.

I'm using this feature for several purposes:
- Centralized storage of models being trained in various locations.
- Decoupling of training and testing. I usually upload models as training
progresses, while a job running in a different computer downloads them
and performs arbitrary metrics / evaluation tasks.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant