Weights & Biases Sweeps
Weights & Biases Sweeps are used to automate hyperparameter optimization and explore the space of possible models.
wandb_agent
def wandb_agent(
script_path, sweep, entity:NoneType=None, project:NoneType=None, count:NoneType=None, run:bool=True
):
Run wandb agent with sweep and `script_path
update_run_config
def update_run_config(
config, new_config, verbose:bool=False
):
Update config with new_config
get_sweep_config
def get_sweep_config(
config
):
Get sweep config from config