- Create a new artifact for each distinct model architecture. To provide detailed descriptions of the architecture, use the
metadataattribute of artifacts, similar to how you useconfigfor a run. Separating artifacts by architecture keeps each model’s version history isolated. - For each model, log checkpoints periodically with
log_artifact. W&B builds a history of these checkpoints and labels the most recent one with thelatestalias. To refer to the latest checkpoint for any model architecture, use[ARCHITECTURE-NAME]:latest.
latest reference for the most recent checkpoint of each.
Artifacts