Skip to content

basicv8vc/backpack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,106 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BACKpropagation PACKage - a backpack for PyTorch

A backpack for PyTorch that extends the backward pass of feedforward networks to compute quantities beyond the gradient.

Check out the examples on how to use the code.

Installation

pip install backpack-for-pytorch

Alternative: Clone the repository and run setup.py

git clone https://github.com/f-dangel/backpack.git ~/backpack
cd ~/backpack
python setup.py install

About

BACKpropagation PACKage - A backpack for PyTorch that extends the backward pass of feedforward networks to compute quantities beyond the gradient

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 87.1%
  • HTML 7.3%
  • CSS 3.5%
  • Ruby 0.6%
  • Shell 0.5%
  • JavaScript 0.4%
  • Other 0.6%