wandb_logger#
Wrapper for wandb logging.
- class WandbLogger(config: Optional[LoggingConfig])#
Bases:
objectWrapper for wandb logging.
Initializes the wandb logger.
- Parameters:
config – The config of the wandb logger.
- init(*args: Any, **kwargs: Any) None#
Initializes wandb.
- Parameters:
*args – The arguments to pass to wandb.init.
**kwargs – The keyword arguments to pass to wandb.init.