PyTorchWavelets
PyTorchWavelets copied to clipboard
PyTorch implementation of the wavelet analysis from Torrence & Compo (1998)
scipy.misc.factorial has been deprecated since version 1.0; scipy.special.factorial used instead.
Since scipy 1.0.0 scipy.misc.factorial has been deprecated in favour of scipy.special.factorial. It is no longer even present in scipy >= 1.3.0, causing an error on import.
Hi there, I am testing PyTorchWavelets with some minimal code snippets. Unfortunately I encountered the problem with the very first example :-( ```python # filename is PyTorchWavelets_minitest.py import torch import...
How to implement 2D CWT?