PyTorch-Wavelet-Toolbox icon indicating copy to clipboard operation
PyTorch-Wavelet-Toolbox copied to clipboard

Complex data is not supported

Open mmlyj opened this issue 1 year ago • 2 comments

Hi,this is elegant and convenient toolbox, but I noticed that complex data is not supported. It could be better that complex form could be implemented.

mmlyj avatar Aug 31 '24 16:08 mmlyj

This is a good point. Let's put this on the list.

v0lta avatar Sep 02 '24 10:09 v0lta

same with bfloat16?

Xynonners avatar Sep 08 '24 13:09 Xynonners

`float' is difficult to provide at the moment. I ran into error messages from the PyTorch backend for the padding. For complex number support, it's probably a good idea to look at the dual-tree transform implemented at https://github.com/fbcotter/pytorch_wavelets.

v0lta avatar May 16 '25 12:05 v0lta