csteinmetz1 / auraloss

Collection of audio-focused loss functions in PyTorch
Apache License 2.0
748 stars 67 forks source link

Do you plan to add Spectral Energy Distance loss? #27

Closed jsvir closed 3 years ago

jsvir commented 3 years ago

https://arxiv.org/pdf/2008.01160.pdf https://github.com/google-research/google-research/tree/master/ged_tts

csteinmetz1 commented 3 years ago

Hey, thanks for sharing this super interesting paper! I've added this to my list of future loss functions to work on. Also happy to take and PRs if you work on your own implementation.