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

Artifacts Sweeps