pheepa / DCUnet

Phase-aware speech enchancement with Deep Complex U-Net
94 stars 19 forks source link

Fixes issue #2 and also fixes torchaudio.functional.istsft() Depreciation UserWarning #3

Closed madhavmk closed 4 years ago

madhavmk commented 4 years ago

Fixes pheepa/DCUnet/issues/2

Also Fixes Depreciation Userwarning below torchaudio/torchaudio/functional.py:124: UserWarning: istft has been moved to PyTorch and will be deprecated, please use torch.istft instead. by replacing torchaudio.functional.istft() with torch.istft() instead.