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

Commits on Feb 21, 2022

  1. Models can be logged as W&B artifacts.

    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.
    pcuenca committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    f6b48e6 View commit details
    Browse the repository at this point in the history