neuraltrain.utils.WandbLoggerConfig¶
- pydantic model neuraltrain.utils.WandbLoggerConfig[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.
- Fields: