Skip to main content

Empty Artifact

run_3i662t84_model has no versions.

no-artifacts

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

import wandb wandb.init(entity='droid', project='dl4tb') art = wandb.Artifact('run_3i662t84_model', type='model') # ... add content to artifact ... wandb.log_artifact(art)