Artifacts
wandb-history
No artifacts found.
1 - 10 of 52
Empty Artifact
run-occty8s9-history has no versions.

Use wandb.log_artifact
to add a version to this Artifact.
import wandb
wandb.init(entity='claire-boetticher', project='mendeleev-sandbox')
art = wandb.Artifact('run-occty8s9-history', type='wandb-history')
# ... add content to artifact ...
wandb.log_artifact(art)