Skip to main content
Artifacts
GatedGCN

Empty Artifact

GatedGCN-ZINC-9 has no versions.

no-artifacts

Use wandb.log_artifact to add a version to this 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)