Skip to main content

Empty Artifact

espiownage-cleaner has no versions.

no-artifacts

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

import wandb wandb.init(entity='drscotthawley', project='segreg_kfold') art = wandb.Artifact('espiownage-cleaner', type='dataset') # ... add content to artifact ... wandb.log_artifact(art)