wandb-callbacks

Additional custom callbacks for Weights & Biases


Keywords
wandb, keras, tensorflow, callbacks, callback, weights-and-biases
License
BSD-3-Clause
Install
pip install wandb-callbacks==0.2.1

Documentation

PyPI version

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

Sample Implementation

Can be found in notebooks/sample_implementation.ipynb.