An open API service indexing awesome lists of open source software.

https://github.com/odlgroup/dipp

Library of custom Inverse-Problems-related add-ons for Deep Learning frameworks
https://github.com/odlgroup/dipp

deep-learning inverse-problems python pytorch tensorflow theano

Last synced: about 2 months ago
JSON representation

Library of custom Inverse-Problems-related add-ons for Deep Learning frameworks

Awesome Lists containing this project

README

          

# dipp

**D**eep **I**nverse **P**roblems **P**ackage - a library of add-ons to various Deep Learning frameworks for solving Inverse Problems.

## Installation

### From PyPI

This installs the latest version from PyPI:

pip install dipp

### From the master branch using `pip`

To install the latest `master` branch from GitHub, run

pip install https://github.com/odlgroup/dipp/archive/master.zip

### From source

Clone the repository:

git clone https://github.com/odlgroup/dipp.git

Install using `pip`:

cd dipp
pip install [-e] .

The `-e` option can be added for development installations (was `python setup.py develop` before).

## Code examples

The [examples](examples) folder contains examples for how to use the package.

## License

Mozilla Public License 2.0 or later, see the [LICENSE](LICENSE) file.

## Authors

Jonas Adler (@adler-j) and Holger Kohr (@kohr-h)