function controller
잘못된 코드 신고
복사
AI에게 묻기
controller(
sweep_id_or_config: 'str | dict | None' = None,
entity: 'str | None' = None,
project: 'str | None' = None
) → _WandbController
잘못된 코드 신고
복사
AI에게 묻기
import wandb
tuner = wandb.controller(...)
print(tuner.sweep_config)
print(tuner.sweep_id)
tuner.configure_search(...)
tuner.configure_stopping(...)