wandb.agent
Last updated
Last updated
Generic agent entrypoint, used for CLI or jupyter.
Will run a function or program with configuration parameters specified by server.
Run a sample sweep over a function:
Arguments
sweep_id
(dict) Sweep ID generated by CLI or sweep API
function
(func, optional) A function to call instead of the "program" specifed in the config.
entity
(str, optional) W&B Entity
project
(str, optional) W&B Project
count
(int, optional) the number of trials to run.