File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 8
8
PyTorch Wavelet Toolbox (``ptwt ``)
9
9
==================================
10
10
11
- ``ptwt `` brings wavelet transforms to PyTorch. The code is open-source, follow the link above
12
- to go to the source. This package is listed in the Python Package Index (PyPI). Its best installed via pip.
11
+ ``ptwt `` brings wavelet transforms to PyTorch. The code is open-source, follow the GitHub link above
12
+ to go to the source. This package is listed in the Python Package Index (PyPI). It's best installed via pip.
13
13
GPU support depends on PyTorch. To take advantage of GPU-processing follow the `PyTorch install instructions `_.
14
- Install the version that best suits your systems hardware setup. Once PyTorch ist set up, type the following
14
+ Install the version that best suits your system's hardware setup. Once PyTorch is set up, type the following
15
15
to get started:
16
16
17
17
.. code-block :: sh
@@ -20,12 +20,12 @@ to get started:
20
20
21
21
This documentation aims to explain the foundations of wavelet theory, introduce the ``ptwt `` package by example, and
22
22
deliver a complete documentation of all functions. Readers who are already familiar with the theory should directly
23
- jump to the examples or the API- documentation using the navigation on the left.
23
+ jump to the examples or the API documentation using the navigation on the left.
24
24
25
25
``ptwt `` is built to be `PyWavelets <https://pywavelets.readthedocs.io/en/latest/ >`_ compatible.
26
26
It should be possible to switch back and forth with relative ease.
27
27
28
- If you use this work in a scientific context, please cite the following thesis :
28
+ If you use this work in a scientific context, please cite the following paper :
29
29
30
30
.. code-block ::
31
31
You can’t perform that action at this time.
0 commit comments