Artifacts
model
No artifacts found.
job
wandb-history
1 - 10 of 13
Empty Artifact
model-3mizdmpz has no versions.

Use wandb.log_artifact
to add a version to this Artifact.
import wandb
wandb.init(entity='lsuguitan3-georgia-institute-of-technology', project='lightning_logs')
art = wandb.Artifact('model-3mizdmpz', type='model')
# ... add content to artifact ...
wandb.log_artifact(art)