Skip to content
/ dipp Public

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

License

Notifications You must be signed in to change notification settings

odlgroup/dipp

Repository files navigation

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)

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages