How do I use the resume parameter when resuming a run in W&B?
Support:
less than a minute
W&B에서 resume
파라미터를 사용하려면 wandb.init()
에서 resume
인수를 설정하고 entity
, project
, id
를 지정하세요. resume
인수는 "must"
또는 "allow"
값을 허용합니다.
run = wandb.init(entity="your-entity", project="your-project", id="your-run-id", resume="must")
[i18n] feedback_title
[i18n] feedback_question
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.