How can I resume a sweep using Python code?
less than a minute
스윕을 재개하려면 sweep_id
를 wandb.agent()
함수에 전달하세요.
import wandb
sweep_id = "your_sweep_id"
def train():
# 트레이닝 코드
pass
wandb.agent(sweep_id=sweep_id, function=train)
[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.