Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 790 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 790 Bytes

sensitivity_torch

sensitivity_torch is a package designed to allow taking first- and second-order derivatives through optimization or any other fixed-point process.

This package builds on top of PyTorch. We also maintain an implementation in JAX here.

Documentation

Documentation can be found here.

Installation

Install using pip

$ pip install git+https://github.com/rdyro/sensitivity_torch.git

or from source

$ git clone [email protected]:rdyro/sensitivity_torch.git
$ cd sensitivity_torch
$ python3 setup.py install --user

Testing

Run all unit tests using

$ python3 setup.py test