/wandb-callbacks

Additional Callbacks for Weights & Biases to monitor your models even better :mag_right:

Primary LanguagePythonMIT LicenseMIT

PyPI version GitHub Issues License Contribotion

Weights & Biases Callbacks

wandb-callbacks provides some additional Callbacks for Weights & Biases.

Callbacks currently implemented:

  • ActivationCallback
    • visualizes the activations of a layer
    • activations are computed for a sample of each class
  • DeadReluCallback
    • logs the number of dead relus in each layer
    • prints warning if the percentage is higher than a threshold
  • GradCAMCallback

Installation

Last Stable Release

pip install wandb-callbacks

Latest Development Changes

git clone https://github.com/FabianGroeger96/wandb-callbacks

Sample Implementation

Can be found in notebooks/sample_implementation.ipynb.

Contributing

Open to ideas and for helpers to develop the package further.