Skip to content

Latest commit

 

History

History
42 lines (22 loc) · 899 Bytes

README.md

File metadata and controls

42 lines (22 loc) · 899 Bytes

dipp

Deep Inverse Problems Package - 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 folder contains examples for how to use the package.

License

Mozilla Public License 2.0 or later, see the LICENSE file.

Authors

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