Artifacts
wandb-history
No artifacts found.
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.

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)