Deep Inverse Problems Package - a library of add-ons to various Deep Learning frameworks for solving Inverse Problems.
This installs the latest version from PyPI:
pip install dipp
To install the latest master
branch from GitHub, run
pip install https://github.com/odlgroup/dipp/archive/master.zip
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).
The examples folder contains examples for how to use the package.
Mozilla Public License 2.0 or later, see the LICENSE file.
Jonas Adler (@adler-j) and Holger Kohr (@kohr-h)