How to integrate W&B for Catalyst, a Pytorch framework.
Catalyst is a PyTorch framework for deep learning R&D that focuses on reproducibility, rapid experimentation, and codebase reuse so you can create something new.Catalyst includes a W&B integration for logging parameters, metrics, images, and other artifacts.Check out their documentation of the integration, which includes examples using Python and Hydra.