Skip to main content
The scheduled database maintenance planned for Friday, Nov 14th at 6:00 PM PST has been postponed and rescheduled for Saturday, Nov 15th at 6:00 PM PST. Thank you for your patience and visit https://status.wandb.com for updates.

Empty Artifact

run-2023_07_31-19_29_10-model_coca_ViT-B-32-lr_0.001-b_352-j_4-p_amp_bfloat16-history has no versions.

no-artifacts

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

import wandb wandb.init(entity='gpucce', project='coca_tests') art = wandb.Artifact('run-2023_07_31-19_29_10-model_coca_ViT-B-32-lr_0.001-b_352-j_4-p_amp_bfloat16-history', type='wandb-history') # ... add content to artifact ... wandb.log_artifact(art)