Artifacts
model
No artifacts found.
job
wandb-history
1 - 10 of 20
Empty Artifact
model-efficient-morning-10 has no versions.

Use wandb.log_artifact
to add a version to this Artifact.
import wandb
wandb.init(entity='abstractor', project='math-calculus__differentiate')
art = wandb.Artifact('model-efficient-morning-10', type='model')
# ... add content to artifact ...
wandb.log_artifact(art)