asteroid-team / asteroid

The PyTorch-based audio source separation toolkit for researchers
https://asteroid-team.github.io/
MIT License
2.21k stars 419 forks source link

Update overlap_add.py, auto casting device for window #675

Closed popcornell closed 1 year ago

popcornell commented 1 year ago

allows to use LambdaOverlapAdd also on GPU without calling before .to on the instantiated module.