Skip to main content

Empty Artifact

model-2pigkxxt has no versions.

no-artifacts

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

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