Skip to content

PyTorch library for first- and second-order optimization sensitivity analysis

License

Notifications You must be signed in to change notification settings

rdyro/sensitivity_torch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

PyTorch library for first- and second-order optimization sensitivity analysis

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages