Skip to main content
To log models in a sweep, create 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")

Artifacts Sweeps