Skip to main content

Empty Artifact

run_33ckxtsl_model has no versions.

no-artifacts

Use wandb.log_artifact to add a version to this Artifact.

import wandb wandb.init(entity='glenn-jocher', project='YOLOv5_v61_official') art = wandb.Artifact('run_33ckxtsl_model', type='model') # ... add content to artifact ... wandb.log_artifact(art)