wandb.log_artifact
import wandb wandb.init(entity='sauravmaheshkar', project='gnn-lspe') art = wandb.Artifact('GatedGCN-ZINC-9', type='GatedGCN') # ... add content to artifact ... wandb.log_artifact(art)