Skip to main content

Empty Artifact

run_1wyy432s_model has no versions.

no-artifacts

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

import wandb wandb.init(entity='gauravpendharkar', project='YOLOv8') art = wandb.Artifact('run_1wyy432s_model', type='model') # ... add content to artifact ... wandb.log_artifact(art)