wandb_agent | R Documentation |
Will run a function or program with configuration parameters specified by server
wandb_agent( sweep_id = NULL, func = NULL, entity = NULL, project = NULL, count = NULL )
sweep_id |
(dict) Sweep ID generated by CLI or sweep API |
func |
(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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.