Skip to main content
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을 실행해 인증되었는지 확인하세요.
재개 Runs