csteinmetz1 / auraloss

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

Feature request: Reductions for Random Resolution Fourier Transform #35

Closed laplaceon closed 1 year ago

laplaceon commented 2 years ago

Hello,

Is it possible to add 'none' reduction for Random Resolution Fourier Transform. I noticed it doesn't extend STFT loss and the code doesn't seem to have the apply reduction function.

Thanks