resume パラメーターを使用するには、entity、プロジェクト、id を指定したうえで、wandb.init() の resume 引数を設定します。resume 引数には "must" または "allow" を指定できます。
再開
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Help us improve these docs. Take our quick survey.
resume パラメーターを使用するには、entity、プロジェクト、id を指定したうえで、wandb.init() の resume 引数を設定します。resume 引数には "must" または "allow" を指定できます。
run = wandb.init(entity="your-entity", project="your-project", id="your-run-id", resume="must")
Was this page helpful?