wandb.log_artifact
import wandb wandb.init(entity='veri', project='detr') art = wandb.Artifact('2_2_1_transf_unfreeze_aux', type='model') # ... add content to artifact ... wandb.log_artifact(art)