lox.wandb.init#

lox.wandb.init(key, **kwargs)#

Initializes a new wandb run with the provided keyword arguments. :type key: Array :param key: A random key used to initialize the run. :type key: Key :type **kwargs: :param **kwargs: Additional keyword arguments to be passed to wandb.init().

Returns:

An instance of WandbRun representing the initialized run.

Return type:

WandbRun