> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wandb.ai/llms.txt
> Use this file to discover all available pages before exploring further.

> How to integrate W&B for Catalyst, a PyTorch framework.

# Catalyst

[Catalyst](https://github.com/catalyst-team/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.

For more information, including examples that use Python and Hydra, see the [Catalyst integration documentation](https://catalyst-team.github.io/catalyst/api/loggers.html#catalyst.loggers.wandb.WandbLogger).

## Interactive example

To try the Catalyst and W\&B integration, open the [example Colab notebook](https://colab.research.google.com/drive/1PD0LnXiADCtt4mu7bzv7VfQkFXVrPxJq?usp=sharing).
