resume='must' but run (<run_id>) doesn't exist というエラーが表示された場合、再開しようとしている run はそのプロジェクトまたは entity 内に存在しません。正しいインスタンスにログインしていて、プロジェクトと entity が設定されていることを確認してください。
wandb login --relogin を実行します。
再開 Runs
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='must' but run (<run_id>) doesn't exist というエラーが表示された場合、再開しようとしている run はそのプロジェクトまたは entity 内に存在しません。正しいインスタンスにログインしていて、プロジェクトと entity が設定されていることを確認してください。
wandb.init(entity=<entity>, project=<project>, id=<run-id>, resume='must')
wandb login --relogin を実行します。
Was this page helpful?