Skip to main content

Empty Artifact

model-fiyzw8nr has no versions.

no-artifacts

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

import wandb wandb.init(entity='reginaib', project='DDC_BDB_cb_best_train') art = wandb.Artifact('model-fiyzw8nr', type='model') # ... add content to artifact ... wandb.log_artifact(art)