Skip to main content

Empty Artifact

model-pn566sjt has no versions.

no-artifacts

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

import wandb wandb.init(entity='junhsss', project='consistency') art = wandb.Artifact('model-pn566sjt', type='model') # ... add content to artifact ... wandb.log_artifact(art)