Wave-U-Net-Pytorch
Wave-U-Net-Pytorch copied to clipboard
Improved Wave-U-Net implemented in Pytorch
Results
11
Wave-U-Net-Pytorch issues
Sort by
recently updated
recently updated
newest added
There appears to be a small bug in the sinc filter. According to [the reference](https://www.analog.com/media/en/technical-documentation/dsp-book/dsp_book_Ch16.pdf) the code refers to, the last term in [this line](https://github.com/f90/Wave-U-Net-Pytorch/blob/master/model/resample.py#L116) should be `0.08 * np.cos((4...