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
- Host: GitHub
- URL: https://github.com/odlgroup/dipp
- Owner: odlgroup
- License: mpl-2.0
- Created: 2017-09-18T09:52:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-24T23:39:49.000Z (about 3 years ago)
- Last Synced: 2025-12-16T18:21:29.171Z (6 months ago)
- Topics: deep-learning, inverse-problems, python, pytorch, tensorflow, theano
- Language: Python
- Homepage:
- Size: 52.7 KB
- Stars: 3
- Watchers: 4
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)