Skip to main content

How do I best log models from runs in a sweep?

One effective approach for logging models in a sweep involves creating a model artifact for the sweep. Each version represents a different run from the sweep. Implement it as follows:

wandb.Artifact(name="sweep_name", type="model")
Was this page helpful?๐Ÿ‘๐Ÿ‘Ž