neuraltrain.utils.WandbLoggerConfig¶
- class neuraltrain.utils.WandbLoggerConfig(*, name: str | None = None, group: str, entity: str | None = None, project: str | None = None, offline: bool = False, host: str | None = None, id: str | None = None, dir: Path | None = None, anonymous: bool | None = None, log_model: str | bool = False, experiment: Any | None = None, prefix: str = '', resume: Literal['allow', 'never', 'must'] = 'allow')[source][source]¶
Pydantic configuration for torch-lightning’s wandb logger. See https://lightning.ai/docs/pytorch/stable/extensions/generated/lightning.pytorch.loggers.WandbLogger.html. If you want to resume a run, you can use the id field to specify the run id, either in the config or in the build method.