Artifacts
model
No artifacts found.
wandb-history
run_table
Empty Artifact
hdq0hr3o_context_model has no versions.

Use wandb.log_artifact
to add a version to this Artifact.
import wandb
wandb.init(entity='deeplearning-ai-temp', project='sprite_diffusion')
art = wandb.Artifact('hdq0hr3o_context_model', type='model')
# ... add content to artifact ...
wandb.log_artifact(art)