Skip to main content

Empty Artifact

run_5f46xot9_model has no versions.

no-artifacts

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

import wandb wandb.init(entity='dnth', project='yolov5-deepsparse') art = wandb.Artifact('run_5f46xot9_model', type='model') # ... add content to artifact ... wandb.log_artifact(art)