fgnt / nara_wpe

Different implementations of "Weighted Prediction Error" for speech dereverberation
MIT License
474 stars 165 forks source link

WIP: support torch #46

Closed boeddeker closed 4 years ago

boeddeker commented 4 years ago

It does not work, because the complex number support in pytorch isn't finished: https://github.com/pytorch/pytorch/issues/33152.

boeddeker commented 4 years ago

WPE with complex numbers is still not supported. The merge was not intended.