wandb_run#

wandb_run(project: Optional[str] = None, **kwargs) Iterator[Any][source]#

Create new one or use existing wandb run instance.

Parameters
projectOptional[str], default None

project name

**kwargs

additional parameters that will be passed to the ‘wandb.init’

Returns
Iterator[wandb.sdk.wandb_run.Run]