Skip to main content
sweep でモデルをログするには、その sweep 用のモデル artifact を作成します。各バージョンは、sweep 内の異なる run を表します。実装方法は次のとおりです。
wandb.Artifact(name="sweep_name", type="model")

Artifacts Sweeps