Skip to main content
Artifacts
wandb-history

Empty Artifact

run-10937rkx-history has no versions.

no-artifacts

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

import wandb wandb.init(entity='jaxpi', project='ns_tori') art = wandb.Artifact('run-10937rkx-history', type='wandb-history') # ... add content to artifact ... wandb.log_artifact(art)