wandb_agent: wandb_agent

View source: R/wandb_agent.R

wandb_agentR Documentation

wandb_agent

Description

Will run a function or program with configuration parameters specified by server

Usage

wandb_agent(
  sweep_id = NULL,
  func = NULL,
  entity = NULL,
  project = NULL,
  count = NULL
)

Arguments

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.


arronlacey/wandbR documentation built on Oct. 9, 2022, 11:43 a.m.