Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 453 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 453 Bytes

TF-Wavelets

The tfwavelets package is a library for computing Descrete Wavelet Transforms (DWT) in TensorFlow.

To install, clone the repository and install with pip:

$ git clone https://github.com/UiO-CS/tf-wavelets.git
$ cd tf-wavelets
$ pip install .

Add flags to pip (such as --user, -e) like you normally would.

For help on how to use tfwavelets, please consult the documentation.