`resume='must' but run (<run_id>) doesn't exist` エラーをどのように修正しますか?
less than a minute
resume='must' but run (<run_id>) doesn't exist
というエラーが発生した場合、再開しようとしている run が Project または Entity 内に存在しません。正しいインスタンスにログインし、Project と Entity が設定されていることを確認してください。
wandb.init(entity=<entity>, project=<project>, id=<run-id>, resume='must')
wandb login --relogin
を実行して、認証されていることを確認してください。
フィードバック
このページは役に立ちましたか?
Glad to hear it! If you have more to say, please let us know.
Sorry to hear that. Please tell us how we can improve.