- Create a new artifact for each distinct model architecture. Use the
metadataattribute of artifacts to provide detailed descriptions of the architecture, similar to the use ofconfigfor a run. - For each model, log checkpoints periodically with
log_artifact. W&B builds a history of these checkpoints, labeling the most recent one with thelatestalias. Refer to the latest checkpoint for any model architecture usingarchitecture-name:latest.
Artifacts