FabianGroeger96 / wandb-callbacks

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

Home Page:https://fabiangroeger96.github.io/wandb-callbacks/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

https://fabiangroeger96.github.io/wandb-callbacks/

License:MIT License


Languages

Language:Python 67.6%Language:Jupyter Notebook 32.4%