Skip to content

FabianGroeger96/wandb-callbacks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.