PyTorch Lightning
www.pytorchlightning.ai › blog › tensorboard-withLightning provides us with multiple loggers that help us in saving the data on the disk and generating visualizations. Some of them are Comet Logger Neptune Logger TensorBoard Logger We will be working with the TensorBoard Logger. To use a logger we simply have to pass a logger object as an argument in the Trainer.
PyTorch Lightning - Documentation
docs.wandb.ai › guides › integrationsPyTorch Lightning Build scalable, structured, high-performance PyTorch models with Lightning and log them with W&B. PyTorch Lightning provides a lightweight wrapper for organizing your PyTorch code and easily adding advanced features such as distributed training and 16-bit precision.